You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
The ModalManager's current design can be difficult for applications that rely heavily on Contexts for data/state management. There is no guarantee that the Contexts available to the component presenting the modal will be available to the presented modal's contents. This becomes hard for our consumers to manage in a consistent way, especially within highly-composed applications.
We need to investigate whether or not alternative designs could make this more consumer-friendly. If that's not possible, we need to fully document our expectations with these workflows.
The text was updated successfully, but these errors were encountered:
Spike
The ModalManager's current design can be difficult for applications that rely heavily on Contexts for data/state management. There is no guarantee that the Contexts available to the component presenting the modal will be available to the presented modal's contents. This becomes hard for our consumers to manage in a consistent way, especially within highly-composed applications.
We need to investigate whether or not alternative designs could make this more consumer-friendly. If that's not possible, we need to fully document our expectations with these workflows.
The text was updated successfully, but these errors were encountered: