For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Changelog

/

Reflex Components Moment

reflex-components-moment Changelog

v0.9.3 (2026-08-04)

Bug Fixes

  • Make rx.moment a MemoizationLeaf so a stateful date child is not memo-wrapped, which react-moment parsed like moment({}) (today at midnight).

v0.9.2 (2026-06-25)

Bug Fixes

  • rx.moment now pins its moment-timezone dependency to the exact version 0.6.2 instead of a caret range, keeping frontend installs reproducible. (#6649)
Built with Reflex