V2.5.0 has been released
· One min read
Version 2.5.0 for React Dialog Async has been released 🎉
What's new?
- Dialogs are now wrapped in a provider that exposes all of the props passed to the dialog component via react context. Call
useDialogContext
from a component inside a dialog to access all the dialog props such asopen
,data
, andhandleClose
. Read more aboutuseDialogContext
.
Feedback or ideas? We'd love to hear them! Open an issue over on GitHub.