intro.js-react
intro.js-react copied to clipboard
Intro.js react wrapper
This throws an error in next.js because instanceOf(Element) will not work for SSR. The usage of dynamic import isn't exactly a solution but a workaround to a problem that only...
Ref to : https://github.com/HiDeoo/intro.js-react/issues/89 **Describe the pull request** Added the `title` attribute inside the _Step_ interface, it works without errors. **Why** The `title` attribute was missing, and can be used...
### Describe the bug When using intro.js-react in a TypeScript project, we are unable to set the title of the step as it is missing from the type definition. ###...
### Describe the bug stepIndex values differ between Windows and Apple-based devices at the end of the tour. So I had to do this workaround. ```javascript const onExit = async...
### Describe the bug onClick or onXxxx is Invalidation , cant execute! ### To Reproduce ` ), }, ` ### Expected behavior Hope to fix this bug ### How often...
**Describe the pull request** A clear and concise description of what is being fixed, added or modified. **Why** Why are these changes necessary? **How** How were these changes implemented? **Screenshots**...
### Describe the bug onPreventChange() callback not firing when onBeforeChange() returns a Promise that outputs false. Also seeing what I suspect is the incorrect value passed to onPreventChange() ### To...
### Is your feature request related to a problem? As of 2024, most developers have been using React's functional components instead of Class-based components. Hence understanding the documentation of the...
### Describe the bug In newer versions of intro.js (v8.3.2), it seems they have switched to counting from 0. This means now despite setting initialSteps to 0, the Steps start...