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
Problem: With the above dependencies, when the user navigates between steps quickly, the phaseEnded() and stepEnded() do not occur until navigation skipping has stopped. This may cause issues for themes that change the states/styles of steps based on these public events. For example, when a step ends, it's background colour is changed. Without these events, the background won't be able to change when navigation skipping occurs.
The text was updated successfully, but these errors were encountered:
Dependencies:
navigationSkip: true
,fadeStepWhenSkipped: false
,preventReverseSkipping: false
Problem: With the above dependencies, when the user navigates between steps quickly, the
phaseEnded()
andstepEnded()
do not occur until navigation skipping has stopped. This may cause issues for themes that change the states/styles of steps based on these public events. For example, when a step ends, it's background colour is changed. Without these events, the background won't be able to change when navigation skipping occurs.The text was updated successfully, but these errors were encountered: