Replies: 1 comment 1 reply
-
Hi @yaseiva, did you check your log if @mf-types are created and consumed correctly?
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Electron.js and I've set up a working example of dynamic remote loading. However, I'm missing one feature: adding types when lazily loading remote apps, and I'm not sure how to obtain them.
I updated the tsconfig with:
But when actually lazy loading, how do I achieve type safety to know the props for App1?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions