Replies: 1 comment
-
use a runtime plugin to do so, resolveShare hook |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I need to force host application to decide the version of react.
My remotes can use React 17 / 18 but I need the host to force using 17. (my host is 17, remotes can be of any version)
With async remote loading it works, but when using sync remote loading the remote app wins and my app uses 18.
Beta Was this translation helpful? Give feedback.
All reactions