You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team and me are using react 17, but atm, for this library, only react 16 is "supported". So when doing npm install, we get an incompatibility error that can be fixed with adding the parameter --legacy-peer-deps.
As we saw no problem in the library, maybe after checking, we could add React 17 to the versions of react that are supported by react-calendar-heatmap ?
Thanks a lot !
The text was updated successfully, but these errors were encountered:
Hello, thanks a lot for your amazing library :)
My team and me are using react 17, but atm, for this library, only react 16 is "supported". So when doing
npm install
, we get an incompatibility error that can be fixed with adding the parameter--legacy-peer-deps
.As we saw no problem in the library, maybe after checking, we could add React 17 to the versions of react that are supported by
react-calendar-heatmap
?Thanks a lot !
The text was updated successfully, but these errors were encountered: