Open AkshayBenny opened 1 year ago
ReferenceError: window is not defined node_modules/react-rte/dist/react-rte.js:1:74280
This is because window is not loaded and the code is trying to get it.
You can try it with this:
if (typeof window !== "undefined") { // Client-side-only code }
still has the error on pages router
ReferenceError: window is not defined node_modules/react-rte/dist/react-rte.js:1:74280