DEV Community

Discussion on: How to solve "window is not defined" errors in React and Next.js

Collapse
 
bl4ckck profile image
bl4ckck

how to load variable?

example:

var myVar = "bla"

When I use dynamic loading, it returns ReferenceError: window is not defined