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
My object = {a: null};
If I run objectPath.set(object, 'a.b', 'c') fire the error "Cannot set property 'b' of null".
Pls, add fourth parameter to .set(), isForce. If true - replace null (primitive value) to object path.