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
Once someId is processed, we navigate('/').
But then, the editor gets remounted and loses state. Can anyone help with the answer to the linked question?
The text was updated successfully, but these errors were encountered:
I think #478 has a great question incl repro.
My use-case is to simulate an "optional parameter" in an editor that should not get remounted:
Once
someId
is processed, wenavigate('/')
.But then, the editor gets remounted and loses state. Can anyone help with the answer to the linked question?
The text was updated successfully, but these errors were encountered: