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
I have a Tour that will interact with an element inside a MUI dialog.
This element is not mounted by default, therefore I get Warning: Steps are not valid ... error component stack in the dev console.
The tour works correctly in both development and production environment.
BUT in production mode, using React with CRA(yes outdated), when I refresh the page that contains the Tour(even if the tour will not run), I get a blank screen and the Error: Uncaught RangeError: Maximum call stack size exceeded at ju.toString in the deep-equal package. A Hard reload does not cause this issue.