-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
Hi, I have a question about how we define the deep value of a node. Considering the exampledata={x: "a string value", y: {z: "y is an object"}};
I expected x and y to have the same deep. But y, being an object, gets the value deep + 1. Is this a bug, if not could you please help me understand why you chose this design.