yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

type invalid error when using the modal #37

Open firaskrichi opened 7 years ago

firaskrichi commented 7 years ago

React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check the render method of BillSummaryContainer

I get the error on the console but the UI works well and the modal shows.

Any ideas why it's doing this?