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 node server side react rendering. Window undefined
When compiling react components server side, window function throws error:
/app/components/react-draggable.js:62
var isTouchDevice = 'ontouchstart' in window // works on most browsers
^
ReferenceError: window is not defined
0 commit comments