Lionel Tzatzkin

Results 130 comments of Lionel Tzatzkin

Hi @Ruslan-I7, thanks for open the _Issue_. Did you already tried using separated Components? (like in [Custom Colorpicker example](loreact/blob/master/examples/CustomExample.js))

What browser and os are you using? Here is an example using Chrome OSX and seems that is working ok. ![Screenshot 2024-01-29 at 11 55 26](https://github.com/elrumordelaluz/reactour/assets/784056/ff1f01ed-2233-4bfe-bc4f-cba6a9cb86a2)

Thank you for the clarification. Keep in mind that this css feature is [non-standard](https://developer.mozilla.org/en-US/docs/Web/CSS/zoom) so, due to incompatibility between browsers, isn't tested yet.

Hi @tobiasmaneschijn, thanks for open the _Issue_. I am not sure fully understood your point, mind creating a minimal reproduction in a sandbox in order to allow others to debug...

Hi @manishkc104, thanks for open the _Issue_. Mind creating a minimal reproduction in a sandbox with the modal you are using and the elements you want to highlight, in order...

Why not use `setCurrentStep` from `useTour()` hook? Something like this: https://user-images.githubusercontent.com/784056/236453824-34d6af7d-f5a7-48c2-8328-3472e50bb3c9.mp4 [Here](https://codesandbox.io/s/reactour-tour-demo-using-react-modal-forked-10fslj?file=/components/Main.js:209-218) is the working example

The idea of the `hook` is to allow to create those solutions on user-land without new props or attaching unnecessary events to the _Tour_.

Hi @sebastianoscarlopez, thanks for open the _Issue_. Mind make a PR to modify [this file](https://github.com/elrumordelaluz/reactour/blob/v1/package.json#L78-L79)? Thanks!

Hi @bogdan19981305, 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?...