Skip to main content

V2.3.0 has been released

· One min read

Version 2.3.0 for React Dialog Async has been released 🎉

What's new?

  • Introduces a new option that can be passed to useDialog; hideOnHookUnmount. This option allows you to prevent dialogs being hidden when useDialog() unmounts, which is useful if you want to show a dialog from a toast or other short-lived component. (More details)

Feedback or ideas? We'd love to hear them! Open an issue over on GitHub.