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(core): guard window access in event replay and update misconfiguration tests
Guards window access with typeof check in event_replay.ts to prevent ReferenceError in non-browser environments during SSR and tests. Updates platform-server tests to expect missing setup warnings only when incremental hydration is explicitly disabled via withNoIncrementalHydration().
0 commit comments