Gil Barbara

Results 94 comments of Gil Barbara

Yeah, this library isn't compatible with React 19 yet.

You can try the next version, but breaking changes will occur before the final release. `npm i react-joyride@next`

Hey @zhuhang-jasper As mentioned in the issue template... > ## Link to repl or repo (highly encouraged) > Please provide a https://codesandbox.io/ demo or similar. > Issues without a reproduction...

Hey @elmehdielhamdi Your case is different. You are rendering an element **after** the Overlay has been rendered. The Overlay listens to window `resize` events to re-evaluate its dimensions, but rendering...

@elmehdielhamdi Also, remove the overlay height style since `100%` won't work for long pages.

I changed the way the height is calculated in v2.9.0 Please check it out.

Hey @danleeb This seems like an implementation problem, not an issue with the library itself. Anyway, I don't see it. Which platform are you using? Do you have this specific...

Hey @danleeb Humm, Linux. If you stop or skip the tour on that page, isn't the scrollbar visible? It only shows when the tour is running. I don't have a...

I have tested on the latest Chrome//Firefox/Edge on Windows 11 and haven't seen any flickering. The scrollbar is constantly visible.

Hey @danleeb I could replicate it, but I couldn't understand why it was happening. I tried to log the `documentElement` and the overlay clientHeight and scrollHeight, but they wouldn't necessarily...