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
Would it make sense to add sideEffects: false to package.json in the react,react-dom, use-sync-external-store, scheduler, etc. packages? It was already added to the react-is package: #27701
Adding sideEffects: false can enable more tree-shaking, in some cases: documentation.