rmariuzzo / react-new-window

🔲 Pop new windows in React, using `window.open`.
https://rmariuzzo.github.io/react-new-window/
MIT License
448 stars 110 forks source link

in nextjs use react-new-window lib in firefox browser will error: this.window is null #161

Open nigel201611 opened 6 months ago

nigel201611 commented 6 months ago

in nextjs use react-new-window lib in firefox browser will error: this.window is null but in chrome is normal

the error image as flow;

image

our nextjs version is 14.1, react version is 18.2

estubmo commented 5 months ago

Can confirm. I have the same issue.