Lionel Tzatzkin
Lionel Tzatzkin
Hi @zakpucci, thanks for open the _Issue_. Sound weird. Mind creating a minimal reproduction in a sandbox in order to allow others to debug your use-case and try to find...
Hi all and thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox, although if the Tour doesn't work, but with real elements outside the root, in...
Thank you @alebrahimi to share a sandbox. Probably I am missing something, but to target the _Offcanvas_ you don't need to change `step`. On the other hand you used the...
Hi @pguduguntla, thanks for open the _Issue_ and for the detailed explanation. For these cases, you can control the `currentStep` when clicking the navigation link, something like: ```js { if...
Is it possible to fire an `action` as soon as the Tour arrives to the step as described [here](https://docs.react.tours/tour/props). However to fire the action you have to land there, while...
Try queuing the call this way: ```js const createSteps = () => { return steps.map((step, index) => { return { ...step, action: (node) => { node?.addEventListener( "click", function (e) {...
Hi @ETIM-PAUL, thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox in order to allow others to debug faster your use-case and try to find a...
Hi @ETIM-PAUL, 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 @BOVAGE, thank you for opening the _issue_. In fact the idea of the new version is to allow achieve what first was a specific prop, with new and more...
Hi @BOVAGE and sorry for the late replay. Probably I didn't explained the right way [here](https://github.com/elrumordelaluz/reactour/issues/549#issuecomment-1495497041) but I think is better to allow extra solutions (like the last step) to...