CameronB9

Results 3 comments of CameronB9

> I had a look at the codesandbox, but I really don't know what the issue could be, I'm also not familiar with vite. I tried to import `Axes` in...

> @CameronB9 did you ever get this solved? No, I ended up rolling back to version 0.80.0. I will provide an update here if I find a solution.

It's the useTour hook. Here's a small example: ```JavaScript import { useTour } from '@reactour/tour'; const { setSteps } = useTour(); const steps = mySteps.filter(filterFn); // error here, object is...