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
rx.moment now fires on_change on mount and remount, including for static dates and interval=0. Handlers with side effects should account for the initial call and for React Strict Mode invoking it twice in development. (#7085)
Bug Fixes
Migrate rx.moment to react-moment 2.0.2 and include its duration-format dependency. (#7003)
Keep rx.moment locales independent: components without a locale render in English even when another component or route imports a different locale. Explicit locale="en" also works without importing a nonexistent locale module. (#7110)