minutemailer / react-popup

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

React.createElement Warning #9

Closed ghost closed 7 years ago

ghost commented 8 years ago

If I use your package i get following error when I place the <Popup /> :

bundle.js:1374 Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).

 

The Package seems really good, especially the queuing and the ability to reuse popups. There are two things that maybe should be fixed.

tbleckert commented 8 years ago

Hi!

Thanks, that's a new warning that came when I switched to React 15, I'll fix it in the next release.

And I'm happy to hear that you like it. Let me know if you have any ideas for improvement and feel free to send in PR's.