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
Seems like direction is stored as a Float64Array, JSON.stringify serializes it as an JS object :(
Therefore when restoring we have a failure since it tries to feed an object into macro.setArray
I'll fix it
Seems like
directionis stored as aFloat64Array,JSON.stringifyserializes it as an JS object :(Therefore when restoring we have a failure since it tries to feed an object into
macro.setArrayI'll fix it