rmariuzzo / react-new-window

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

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

Open nigel201611 opened 1 month ago

nigel201611 commented 1 month 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 days ago

Can confirm. I have the same issue.