-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
How to reproduce:
var obj = [ "thisisbad", { choices: [ { choices: [] } ] } ]; jdr.apply(obj, [{ op: "move", from: "/0", path: "/0/choices/0/choices/0" }]);
Result: Uncaught TypeError: Cannot read property '0' of undefined
Expected result:
[ { "choices": [ { "choices": [ "thisisbad" ] } ] } ]
Metadata
Metadata
Assignees
Labels
No labels