You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently just built out the typing file and the documentation seems to have been updated to reflect that addStep returns the Tour object for easy method chaining.
Under the section "Advancing on Actions" is still there. Docs need to be made consistent as this took me a while to figure out why this wasn't working... But the workaround is simple, if ugly:
The documentation says that Tour::addStep returns the new created Step instance. Instead it returns the Tour object.
The text was updated successfully, but these errors were encountered: