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
moment isn't exactly deprecated, but its own maintainers actively recommend against using it in new projects. It's a notoriously large package and doesn't support tree shaking.
We probably can't get away with just using the new Intl APIs, because we need not just formatting (and timezone-dependent, at that!), but there are "modern" Moment alternatives that we could consider:
moment
isn't exactly deprecated, but its own maintainers actively recommend against using it in new projects. It's a notoriously large package and doesn't support tree shaking.We probably can't get away with just using the new
Intl
APIs, because we need not just formatting (and timezone-dependent, at that!), but there are "modern" Moment alternatives that we could consider:The text was updated successfully, but these errors were encountered: