Hello, when I define modal as a 'react-modal-component' and then use it inside my render() function as a
var Modal = require('react-modal-component')
// ...
render() {
return (<Modal transitionName="fade">content</Modal>)
}
It throws an error like this:
Uncaught TypeError: Cannot read property '__reactAutoBindMap' of undefined
which comes from here