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
fix: fixes several cases where we access an undefined value (#171)
Fixes several cases where we access an undefined value.
In the case of `lastFullSnapshotEvent`, it can be undefined if we
receive an incremental event before a full snapshot. This can happen,
for example, if a user refreshes while canvas worker is working and on
reload it finishes to call the mutation callback and before fullsnapshot
occurs.
Fixes JAVASCRIPT-2S3R
Fixes JAVASCRIPT-2QS1
Fixes JAVASCRIPT-2FQ5
Fixes JAVASCRIPT-2H2H
0 commit comments