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
Notice:
Modal will be closed because handleRouteChange calls closeModal.
CloseModal checks the dirty state on iframe mf which is async which means resetMicrofrontendModalData will be called later. We do not have this for wc.
Due to the async resetMicrofrontendModalData, the function await this.shouldShowModalPathInUrl(); will be callled earlier and modal data url won't be lost.
tbd
Notice:
Modal will be closed because handleRouteChange calls closeModal.
CloseModal checks the dirty state on iframe mf which is async which means resetMicrofrontendModalData will be called later. We do not have this for wc.
Due to the async resetMicrofrontendModalData, the function
await this.shouldShowModalPathInUrl();
will be callled earlier and modal data url won't be lost.Edit: See discussion here
The text was updated successfully, but these errors were encountered: