2

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.

Mukesh Kumar
  • 944
  • 2
  • 10
  • 26

1 Answers1

1

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

karthikdivi
  • 3,466
  • 5
  • 27
  • 46