React Big Calendar works well with React 16 but the same code gives error with React 15
It gives error - NoopWrapper(...): A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.
React Big Calendar works well with React 16 but the same code gives error with React 15
It gives error - NoopWrapper(...): A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.
Downgrading the react-big-calendar to 0.19.2 worked, Here is a working sample with react 15.6.2 + react-big-calendar 0.19.2 https://codesandbox.io/s/70455vlnq