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
I upgraded moment-timezone to 0.5.31 and moment to 2.27.0 in our React project. Tests started to fail due to issue described below. Is it now necessary to use moment-timezone imports only in order to get timezone aware date object?
Closing this in favor of the other one, please check with latest moment/moment-timezone, also I see you're using new js module system (which means there is some compat layer). Try with regular require in a new project (with no other dependencies), if the problem is gone it's likely due to multiple moment versions.
I upgraded moment-timezone to 0.5.31 and moment to 2.27.0 in our React project. Tests started to fail due to issue described below. Is it now necessary to use moment-timezone imports only in order to get timezone aware date object?
Repro steps:
Result:
Expected:
The text was updated successfully, but these errors were encountered: