V2.2.0 has been released
· One min read
Version 2.2.0 for React Dialog Async has been released 🎉
This release introduces the DialogOutlet
component for solving issues with nested providers!
What's new?
- Previously, dialogs were rendered as direct children of the
DialogProvider
. Now you can use aDialogOutlet
to instead render dialogs in a different place in the component tree (More details) - Internal performance optimisations
Feedback or ideas? We'd love to hear them! Open an issue over on GitHub.