Lionel Tzatzkin
Lionel Tzatzkin
This behaviour is expected, if you are on `step` 4 and remove the fourth one, the _Tour_ doesn't have anything to show. And doesn't happen any error, since is code...
Hi @TDJ-Modality, thanks for open the _Issue_. If you are using the `@reactour/mask` package directly, you can do something like this: ```js ``` [Here](https://codesandbox.io/s/confident-meninsky-vxomfp?file=/App.js:88-138) is a working example. In case...
Hi @wacioc, thanks for open the _Issue_. If I understand well, this is the expected behaviour. However, mind creating a minimal reproduction in a sandbox in order to allow others...
Hi @livain18, thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox in order to allow others to debug your use-case and try to find a solution?...
@lucbpz the logic to lock/unlock `scroll` is in user-land, using [afterOpen](https://docs.react.tours/tour/props#afteropen) and [beforeClose](https://docs.react.tours/tour/props#beforeclose) props, like in [this example](https://docs.react.tours/tour/examples#disable-scroll) which uses [body-scroll-lock](https://www.npmjs.com/package/body-scroll-lock) lib.
Hi @rulgf, thanks for open the _Issue_. Interesting question. At the moment, using `@reactour/tour` not. I don't know if the best solution could be coming from the _Tour_. You could...
Hi @HemaRamasamy, thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox in order to allow others to debug your use-case and try to find a solution?...
Hi @devaeshtech, thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox in order to allow others to debug your use-case and try to find a solution?...
> when press back button you mean the one of the browser? Can you share at least the way you are changing steps with route changes?
@lullabyX are you able to make a reproduction in a sandbox?