jasonkuhrt / react-popover

A smart popover component for React
600 stars 240 forks source link

New prop for different window object #133

Open c0deNinja opened 7 years ago

c0deNinja commented 7 years ago

We came across an issue where we need the library to use a different window object. Would it be possible to add a new prop for passing in a window object?

We are rending a component inside a new popout window, since the window in the popout is different, the popover is rendering in the main window.

Thanks,