Replies: 1 comment
-
We currently do not support mix-and-matching components from different import sources. Some changes will be needed to support this safely. This feature will come in a future update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use web.module_from_url to load two js module, but I cannot use two component at the same time. It will cause error blew.
bundle.min.js:4 Parent element import source {"source":"/static/bundle.min.js","sourceType":"URL"} does not match child's import source {"source":"/static/bundle02.min.js","sourceType":"URL"}
So I saw source code, then I found createImportSourceElement func in reactpy-vdom.tsx.
I do not know why check this?
Beta Was this translation helpful? Give feedback.
All reactions