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
While jumping from one remote to another from host side, runtime loadRemote() can see which chunks to load, but not able to load (not found).
host: react 19, rspack
remotes: angular + nx
Do you think using "loadFactory" set to "true" while calling loadRemote() might fetch chunks properly??
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
-
Its something similar to this #3686.
While jumping from one remote to another from host side, runtime loadRemote() can see which chunks to load, but not able to load (not found).
host: react 19, rspack
remotes: angular + nx
Do you think using "loadFactory" set to "true" while calling loadRemote() might fetch chunks properly??
core/packages/runtime-core/src/module/index.ts
Line 71 in 9efb9b9
Or perhaps some option to clear caches for chunks file (not from server) from runtime execution, OR retry chunks load with new execution context ??
Beta Was this translation helpful? Give feedback.
All reactions