JakeGinnivan / react-popout

React popout is a React component wrapping window.open allowing you to host content in a browser popup window.
MIT License
189 stars 59 forks source link

closeWindow example #27

Closed jchabot86 closed 6 years ago

jchabot86 commented 7 years ago

Is there a closeWindow example? If I put a "ref" on the component, it doesn't seem to end up in the this.refs array.

marcellodesales commented 7 years ago

The demo shows the correct behavior Opening the component... But with URLs it fails to trigger the method call

marchaos commented 6 years ago

I suspect this has been fixed in the latest version. Can you retest?

marchaos commented 6 years ago

Duplicate of https://github.com/JakeGinnivan/react-popout/issues/22