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
date-fns-tz still only works with date-fns 2, but this project is requiring date-fns 3 when then forces the version of date-fns in consuming projects to v3.
You can update the dependency to something like "date-fns": "^2.28.0 || ^3.0.0",, assuming your code doesn't have any specific needs for v3 features and/or breaking changes from v2.