0.22.1, 0.22.0). 0.21.0, but it uses old unsave lifecycle methods componentWillReceiveProps and componentWillMount which without UNSAFE_ prefix won't work in React version 17.
There is a workaround for the resize issue from:
https://github.com/intljusticemission/react-big-calendar/issues/1387#issuecomment-531465438
You can also add the the specific version in the resolutions of the package.json:
"resolutions": {
"date-arithmetic": "3.1.0"
},
It works!!! :tada: :tada: :tada:
Thank you very much! :+1:
That's still not fixed, every import of react-big-calendar is using ^4.0.1 version of date-arithmetic.
Changing it manually to 3.1.0 on package-lock.json doesn't help, either add "resolutions": {
"date-arithmetic": "3.1.0"
}, to package.json doesn't help
Hello,
Is this problem resolved? Can we remove the dependency on "date-arithmetic": "3.1.0"
Thanks
Most helpful comment
That's still not fixed, every import of react-big-calendar is using ^4.0.1 version of date-arithmetic.
Changing it manually to 3.1.0 on package-lock.json doesn't help, either add
"resolutions": { "date-arithmetic": "3.1.0" },to package.json doesn't help