Dynamically set steps when used in a context #775
Replies: 1 comment
-
Pretty quiet here. 🤔 I've had some success with this, but changing the steps dynamically may disrupt the lifecycle of the popover. Namely, changing the step won't update the positioning of the tooltip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're planning on using Joyride in a context so we can just sort of do a
startRun(steps)
on where we want it to start. But it's not possible since the steps are already defined when the context is loaded. Is there a way to achieve this?Beta Was this translation helpful? Give feedback.
All reactions