gilbarbara / react-joyride

Create guided tours in your apps
https://react-joyride.com/
MIT License
6.75k stars 523 forks source link

V2: No `autoStart` prop #330

Closed pokonski closed 6 years ago

pokonski commented 6 years ago

Hey!

First of all thanks for the great library! I just updated to 2.0.0-7 and overall feels and behaves much better (especially on mobile :) )

But there's one issue, it seems the option to autoStart is missing, is it intentional?

Cheers

gilbarbara commented 6 years ago

Thanks! :)

Yes, it was removed. Please check the #291 for more information. I'll add migration instructions before I release V2 officially.

[s]

pokonski commented 6 years ago

Great! So the solution for future Googlers:

Add disableBeacon: true to the first step and it will work once again :+1:

gitowiec commented 5 years ago

Thanks, now I know what beacon is (in this library context) and what it does. First I thought that I have to pass floaterProps.autoOpen:true to make joyride auto start, but no! It just made worse, passing floaterProps.autoOpen:true disables tooltip for every second step (maybe its a bug - I don't know, it's first time I'm using joyride)