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
Currently, it opens/closes with state flag within a component.
Disadvantages:
need to create additional flag in redux store to handle case the form successfully submitted, subscribe it and if it true - close the dialog. This hack makes app complicated and increases possibility to get a but.
dialog can be opened/closed only from specific component by subscribing state flag
Currently, it opens/closes with state flag within a component.
Disadvantages:
true
- close the dialog. This hack makes app complicated and increases possibility to get a but.To resolve above need to move opeding/closing to redux action.
Example here - a0a1bae#diff-731b906bcd8593e0a5402f1657db9a50bc9066ce8bbd3b37c7760071098e6fb8R12
The text was updated successfully, but these errors were encountered: