-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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 undefinedwhich comes from here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels