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
- React chunks use relative imports and don't need to be in import map
- Hardcoded chunk names were causing mismatches with dynamically generated chunks
- This was causing module loading failures and blank screen
- Chunks are now resolved via relative imports which work correctly
0 commit comments