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
There is a warning during SSR because window is defined, I would expect there to be no warning.
Suggested solution
Update use-isomorphic-layout-effect to check for window, window.document and window.document.createElement instead of just window.
That would match what both React and Redux are doing
What version of React are you using?
16.8.6
What version of react-beautiful-dnd are you running?
12.0.0
What browser are you using?
Chrome
The text was updated successfully, but these errors were encountered:
Expected behavior
There is a warning during SSR because window is defined, I would expect there to be no warning.
Suggested solution
Update use-isomorphic-layout-effect to check for window, window.document and window.document.createElement instead of just window.
That would match what both React and Redux are doing
What version of React are you using?
16.8.6
What version of react-beautiful-dnd are you running?
12.0.0
What browser are you using?
Chrome
The text was updated successfully, but these errors were encountered: