This is code to test React Joyride with create-react-app and vite.
# To start with create-react-app (webpack)
npm run cra-start
# To start with vite
npm run vite-dev
After you run both instances (CRA and vite) try to navigate between steps. In the CRA instance it'd work but not in vite one.
The React Joyride code is located in src/App.jsx
.