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
fix: Keep React in vendor chunk to prevent loading order issues
- Move React and React-DOM back to vendor chunk instead of separate react-vendor
- Fixes 'Cannot read properties of undefined (reading createContext)' error
- React must load before other React-dependent libraries
0 commit comments