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
See this test code.
It try to get value at path 'a.b.c', from sourceA: {a: c:{100} } and sourceB {b: {} }. The result is 100, in sourceA's 'a.c'. Which is incorrect.
The text was updated successfully, but these errors were encountered:
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
Version
Description
See this test code.
It try to get value at path 'a.b.c', from sourceA:
{a: c:{100} }
and sourceB{b: {} }
. The result is100
, in sourceA's 'a.c'. Which is incorrect.The text was updated successfully, but these errors were encountered: