Expose NodeProp.id for debugging Tree.propValues #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "node-prop-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note that I've classified the first commit that changes the type of
Tree.propValuesas a breaking change since it could break the TypeScript compilation of an API user.I don't feel specific debugging scenarios justify this kind of complication of the public interface and docs. You can already access the props of a node as normal via
.prop(). The IDs aren't something client code should know about.Pull request closed