react-infinite-calendar icon indicating copy to clipboard operation
react-infinite-calendar copied to clipboard

TypeError: Cannot read property 'isRequired' of undefined

Open mohitbhansali opened this issue 6 years ago • 6 comments

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

mohitbhansali avatar Mar 13 '18 19:03 mohitbhansali

I am having the same issue here

NizarNi avatar Apr 24 '18 18:04 NizarNi

i have the same issue!

alighali85 avatar May 23 '18 22:05 alighali85

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.

TifaJ11 avatar May 30 '18 20:05 TifaJ11

Same issue with redux store and saga middleware. Any solutions?

dalborgo avatar Jan 18 '19 15:01 dalborgo

Same issue

cyrus-za avatar May 27 '19 10:05 cyrus-za

same issue.

neerajkhaturia avatar Sep 07 '20 11:09 neerajkhaturia