react-joyride
Advanced tools
Comparing version 3.0.0-5 to 3.0.0-6
{ | ||
"name": "react-joyride", | ||
"version": "3.0.0-5", | ||
"version": "3.0.0-6", | ||
"description": "Create guided tours for your apps", | ||
@@ -5,0 +5,0 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", |
@@ -274,3 +274,3 @@ import { MutableRefObject, useCallback, useMemo, useRef } from 'react'; | ||
status === STATUS.RUNNING || (controlled && status === STATUS.PAUSED && !!step); | ||
const callbackStep = !previousStep ? step : previousStep; | ||
const callbackStep = step ?? previousStep; | ||
const shouldSendCallback = | ||
@@ -277,0 +277,0 @@ isRunningOrPausedWithStep && |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
494047