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
because that is different from how we detect things, ShellStrings get classified as "non-trackable" and thus their value is stored as-is into DataNode, via valueCollection.registerValueMaybe.
TODO
fix our object detection mechanism, or simply add an extra serialization step before storing plain values on DataNode
test w/ require4.js
The text was updated successfully, but these errors were encountered:
Notes:
ShellString
object data type that sets its prototype toString
, causingvalueCollection
to miscategorize it.Object.keys
to iterate over propsShellString
s get classified as "non-trackable" and thus their value is stored as-is intoDataNode
, viavalueCollection.registerValueMaybe
.TODO
DataNode
require4.js
The text was updated successfully, but these errors were encountered: