For AI agents: the complete documentation index is at llms.txt. Remove the trailing slash from a page URL and append .md to read its Markdown version. For the docs home, use index.md.

reflex-components-sonner Changelog

v0.9.4 (2026-09-21)

Bug Fixes

  • Fix rx.toast action and cancel buttons not triggering their on_click events when the toast is fired from a frontend event trigger. (#7157)

v0.9.3 (2026-09-11)

Miscellaneous

  • Bump sonner to 2.0.8. (#7019)

v0.9.2 (2026-08-28)

Bug Fixes

  • Qualify the dict return annotation on ToastProps.dict, which shadowed the builtin for its own annotation. (#6846)