Dynamically Loaded Components cannot work. #1046
Answered
by
Archmonger
richardhahahaha
asked this question in
Problem
-
sample code is follow:
error info in browser console:
|
Beta Was this translation helpful? Give feedback.
Answered by
Archmonger
Jul 20, 2023
Replies: 2 comments 3 replies
-
Are you on Windows? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have the same error message. I use windows 10. What works for me currently is to change the port. run(HelloWorld, port=7000) port I also use this mui, I get it from youtube. mui = web.module_from_template(
"react",
"@mui/material",
fallback="⌛",
) Sample counter |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
module_from_template
is currently deprecated due to bugs and instability. We will eventually release an alternative to this, but for we recommend using our custom JavaScript components API.