Replies: 1 comment
-
Hi @yaseiva, did you check your log if @mf-types are created and consumed correctly?
|
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
-
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