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
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
Uh oh!
There was an error while loading. Please reload this page.
-
Note the commented-out properties in the interface definition, here:
vite-plugin-federation/packages/lib/types/index.d.ts
Line 260 in 38fc6b2
Compare to the same type in the Module Federation library: https://github.com/module-federation/core/blob/779aa42803f50c3a5a6289ac40c0961240e37a89/packages/sdk/src/types/plugins/SharePlugin.ts#L69
The notably for us, the
singleton
property is commented out. Is there some reason that property shouldn't work in this implementation?Beta Was this translation helpful? Give feedback.
All reactions