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
This can be seen in the image below, where a user-select dialog appears on top of the tutorial dialog:
This happens because we don't have a central coordination for those auto-appearing dialogs and because some of them (like the Tutorial one) spawn itself, overriding the behavior of it's "show" props.
We should better coordinate those so only one dialog appears at a given time and so that the order of those dialogs make sense.
The text was updated successfully, but these errors were encountered:
This can be seen in the image below, where a user-select dialog appears on top of the tutorial dialog:
This happens because we don't have a central coordination for those auto-appearing dialogs and because some of them (like the Tutorial one) spawn itself, overriding the behavior of it's "show" props.
We should better coordinate those so only one dialog appears at a given time and so that the order of those dialogs make sense.
The text was updated successfully, but these errors were encountered: