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
When switching from moment.js to Date-fns we also switched from a non-standard dateformatting format to the Unicode techical standard #35. To prevent this from becoming a breaking change we had to create workarounds for existing usages of the old format. convertLegacyFormat() in dateHelpers.ts.
We should get rid of this workaround, and convert old formats automatically as part of the migration from v4 to v5.
The text was updated successfully, but these errors were encountered:
When switching from moment.js to Date-fns we also switched from a non-standard dateformatting format to the Unicode techical standard #35. To prevent this from becoming a breaking change we had to create workarounds for existing usages of the old format.
convertLegacyFormat()
indateHelpers.ts
.We should get rid of this workaround, and convert old formats automatically as part of the migration from v4 to v5.
The text was updated successfully, but these errors were encountered: