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
Hi,
is it possible to show the URL path of each step in the address bar of the browser? Or can stepzilla be mixed with React Router to show the URL paths of the steps?
The text was updated successfully, but these errors were encountered:
Good question... I believe it will be possible by just using the browser's history API and hooking directly into onStepChange, but I cant confirm. You may be able to directly use RaactRouter API as well.
Hi,
is it possible to show the URL path of each step in the address bar of the browser? Or can stepzilla be mixed with React Router to show the URL paths of the steps?
The text was updated successfully, but these errors were encountered: