clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.

Home Page:http://clauderic.github.io/react-infinite-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Cannot read property 'isRequired' of undefined

mohitbhansali opened this issue · 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

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.