Replies: 1 comment
-
The browser is reporting back whats happing to the sync engine. |
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.
-
Remote type hints is working fine if I use build time integration of a particular MFE , now if I use run time integration and loads the MFE using "loadRemote" plugin in that case , @mf-types is not generating during building of the application as a result not getting the type support and build is failing, it's only getting generated if the mfe gets loaded in the UI , means suppose in my application, on clicking a button a MFE loads , now after clicking the button only @mf-types is getting generated not before that .
What I need to do if I want to get type support during building of the application for all those MFEs which I load during runtime using "loadRemote", is it possible ??
During build time

After loading the MFE in UI , proper type support is showing .

Beta Was this translation helpful? Give feedback.
All reactions