minutemailer / react-popup

React popup component
http://minutemailer.github.io/react-popup/
MIT License
208 stars 71 forks source link

Uncaught TypeError: Cannot read property 'key' of undefined #56

Closed kesha-antonov closed 5 years ago

kesha-antonov commented 6 years ago

Got error when import. Using preact

screen shot 2018-07-26 at 13 04 30

tbleckert commented 5 years ago

Strange. Does this happen right away or after a certain action? How is your setup looking?

I haven't tested this against preact yet but it shouldn't make a difference.

tbleckert commented 5 years ago

I think the best way to approach this is to offer separate bundles for preact and maybe a few other react alternatives.

kesha-antonov commented 5 years ago

I should init my js code after dom loaded or something like that.

kesha-antonov commented 5 years ago

Thanks! @tbleckert