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

Clarify README, that onOpen takes a window object #115

Closed rasmussehlin closed 2 years ago

rasmussehlin commented 2 years ago

I don't know if it is the correct way to write it, but I did not understand that the window object was passed to the given callback function. When I realized, it helped me a lot. :)

rmariuzzo commented 2 years ago

Thank you!