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

**Describe the bug** On every render there is a new network request in the Network Tab **To Reproduce** Steps to reproduce the behavior: 1. Go to [https://reactour.vercel.app](https://reactour.vercel.app/) 2. Scroll down...

bug

**Describe the bug** Tour works with content in Shadow DOM since it can accept selectors as element, so we can supply an element like: node.shadowRoot.querySelector('some-selector'), but when we want to...

bug

following semver is OK. We are not able to minimize duplicates in our current projects which use reactour except by using force resolution from yarn. So I propose here a...

If I do something like this: `getCurrentStep={curr => setState({ currentStep: curr })}` I get an error saying: "Cannot update a component from inside the function body of a different component"...

v1

I used the package for Desktop as well as for mobile, I added 6 steps into this. The desktop is working fine as well as android, but facing an issue...

minimal-repro

Hey, Firstly thanks for your work it's amazing ! But I have a problem when I implemented the tour mode, by default the mask don't move when user scroll Is...

**Describe the bug** According to the docs, as part of the tour steps, one can specify the `highlightedSelectors` prop without having to also specify a `selector` prop. However doing so...

bug

https://github.com/elrumordelaluz/reactour/pull/458 same issue

```html .a { display: none } .b { position: relative; left: 200px; top: 200px; height: 100px; width: 100px; } ``` ```ts highlightedSelectors: [ '.a', '.b', ] ``` fix computed wrong...

Can i use this reactour in React-Native? and How?

enhancement
help wanted