Next.js Discord

Discord Forum

window is not defined

Answered
American black bear posted this in #help-forum
Open in Discord
American black bearOP
I am trying to use react-mic npm package in my next js project. But it every time tell me window is not defined. How can I fix this?
Answered by B33fb0n3
use it inside the useEffect hook or check if the window is defined. Both ways should work
View full answer

2 Replies

American black bearOP
@Siberian
use it inside the useEffect hook or check if the window is defined. Both ways should work
Answer