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
When dismissing all the modals via dismissAllModas and trying to open those modals again, an IDs collision happens.
Steps to Reproduce / Code Snippets / Screenshots
Show the first modal screen
Show the second modal screen from the componentDidApear from the first one
Dismiss all the modals from the second one
Try to show the first modal again
Expected: the first and the second modals should be shown subsequently Got:Exception 'Component id already exists screen.ModalOne' was thrown while invoking showModal has been thrown.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
Issue Description
When dismissing all the modals via
dismissAllModas
and trying to open those modals again, an IDs collision happens.Steps to Reproduce / Code Snippets / Screenshots
componentDidApear
from the first oneExpected: the first and the second modals should be shown subsequently
Got:
Exception 'Component id already exists screen.ModalOne' was thrown while invoking showModal
has been thrown.Demo app: https://github.com/vshkl/RNNDemo/tree/bug/dismiss-all-modals
Environment
2.5.1-snapshot.127
0.57.5
iOS
Simulator, 12.1, Debug
The text was updated successfully, but these errors were encountered: