reactour icon indicating copy to clipboard operation
reactour copied to clipboard

Tourist Guide into your React Components

Results 79 reactour issues
Sort by recently updated
recently updated
newest added

It would be great to have a custom mask component where we can define our own SVG/image. The current mask class name/SVG style lacks the ability to add new paths...

I use reactour in a project, and all gone perfectly till yesterday. Yesterday I download my project from git and I can’t make it works. The complete error message says:...

Hi, I've installed reactour on my project in NextJs, everything works locally, but I don't know why I get this error on the CI : ModuleNotFoundError: Module not found: Error:...

minimal-repro

When `reactour`'s various sub-packages include other sub-packages via their `package.json`s (e.g., `@reactour/tour` including `@reactour/utils` at `package.json:22`), they set the version to "*". This means, for example, that if you use...

Hi! When open a dialog while the tour is active the start the loop error "Uncaught RangeError: Maximum call stack size exceeded" (Full log attached). The navigator crash with all...

bug
need-more-info
minimal-repro

Hi @elrumordelaluz! I'm trying to `import "@reactour/popover/dist/index.css"` per your example and it does not resolve. On version 3.0.5 ![Screen Shot 2022-08-26 at 10 29 23 AM](https://user-images.githubusercontent.com/6188364/186927198-3b5da213-e562-4e87-836e-671fb6466cda.png)

need-more-info

``` ({ ...base, '--reactour-accent': '#ef5a3d', borderRadius: radius, }), maskArea: (base) => ({ ...base, rx: radius }), maskWrapper: (base) => ({ ...base, color: '#ef5a3d' }), badge: (base) => ({ ...base, left:...

I'm encountering an issue where the next step in my Reactour opens before the modal for the current step has finished opening. To open the modal, I'm using the action...

Okay, so I've been trying to get a feature working where the data is being fetched when the modal is opened but even though I have a used a combination...

If I apply a zoom as 80% on the body tag the background gray color is not covering the entire screen. ![Screenshot 2024-01-29 at 1 29 21 PM](https://github.com/elrumordelaluz/reactour/assets/123051433/30a2d892-2f7d-4726-84b1-7b0be68413b5) ### Steps...