You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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