Returns true when the current global mode is 'replay'. Always reads SnapshotStore.mode, so it works correctly after SnapshotStore.setMode. Replaces manual store.mode === MODE_REPLAY checks.
true
'replay'
SnapshotStore.mode
store.mode === MODE_REPLAY
Description
Returns
truewhen the current global mode is'replay'. Always readsSnapshotStore.mode, so it works correctly after SnapshotStore.setMode. Replaces manualstore.mode === MODE_REPLAYchecks.