fbjs icon indicating copy to clipboard operation
fbjs copied to clipboard

Fix getByPath.js bug

Open santhosh77h opened this issue 6 years ago • 0 comments

if root = {a : {b : 123}} and path=["a","b","c"] previously available code would crash.

Cannot use 'in' operator to search for 'c' in 123

santhosh77h avatar Sep 18 '19 11:09 santhosh77h