import Calendar from 'react-big-calendar'
Calendar.setLocalizer(Calendar.momentLocalizer(moment))
With plugins version:
"moment": "^2.24.0"
"react-big-calendar": "^0.23.0"
After updating react big calendar package i'm getting this error. I have installed the package multiple times after update .
But getting this error "Uncaught TypeError: Cannot read property 'setLocalizer' of undefined "
.
I have already read answers related to "Cannot read property 'momentLocalizer' of undefined "
, but its not working for me. please help.
Thanks in advance