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
if we are trying to insert a value, into an object that is already defined, we add a _root: property, and append values to that. in the unlikely case that a _root: property is already set, we go ahead and override it. this is as of v1
The text was updated successfully, but these errors were encountered:
let's actually go ahead and ignore it instead. This seems like a more stable decision, as the user won't be able to pass arguments that wreck data in a configuration file
however, it doesn't have to be _root, you can specify it by passing a string rootKey:
if we are trying to insert a value, into an object that is already defined, we add a
_root:
property, and append values to that. in the unlikely case that a_root:
property is already set, we go ahead and override it. this is as of v1The text was updated successfully, but these errors were encountered: