Why check parent element import source match child's import source #1192
|
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. I do not know why check this? |
Answered by
Archmonger
Feb 10, 2024
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. |
0 replies
Answer selected by
Archmonger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.