react-infinite-calendar
react-infinite-calendar copied to clipboard
TypeError: Cannot read property 'isRequired' of undefined
Infinite Calendar isn't rendering and in console the following error is shown up:
./node_modules/react-transition-group/CSSTransitionGroupChild.js node_modules/react-transition-group/CSSTransitionGroupChild.js:64
62 | var propTypes = { 63 | children: _propTypes2.default.node, 64 | name: _PropTypes.nameShape.isRequired, 65 | 66 | // Once we require timeouts to be specified, we can remove the 67 | // boolean flags (appear etc.) and just accept a number
I am having the same issue here
i have the same issue!
i ran into this trying to configure my redux store with saga middleware, was this the case with you guys? I do have a datepicker from react-md but it was working fine before I did the configuration.
Same issue with redux store and saga middleware. Any solutions?
Same issue
same issue.