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
In the case of rawNodeName and attributes, you may be wondering how to serialize the potentially dynamic values. For now I would assume that all values are serializable. What we can do is process the VTree before any serialize code runs and ensure that those values are plucked and replaced with a safe alternative.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A
VTree
shape looks like:In the case of
rawNodeName
andattributes
, you may be wondering how to serialize the potentially dynamic values. For now I would assume that all values are serializable. What we can do is process the VTree before any serialize code runs and ensure that those values are plucked and replaced with a safe alternative.Beta Was this translation helpful? Give feedback.
All reactions