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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
I am facing the below error in react/next js - window is not defined
MY SOLUTION - So to resolve this for now, I have to edit the node module postscribe.js file and add following conditions in line 1335.
Edited Code on line 1335 -
var work={}; if (typeof window !== "undefined") work = window.document.createElement('div');
It will be helpful if you add this condition at your module js file. So i will use the latest version
The text was updated successfully, but these errors were encountered: