rmariuzzo / react-new-window

🔲 Pop new windows in React, using `window.open`.

Home Page:https://rmariuzzo.github.io/react-new-window/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

window is closed when the link changes

tomyroydotcom opened this issue · comments

is there a way to keep the window alive when the link change because right now the window unload when the link changes even if the popup is still open ?

I found the problem after 5-6 hours of searching everywhere. The problem came for helmet middleware in my express application
Case closed