Fix variable shadowing in checkAttrs error message #96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nperez0111/prosemirror-model:check-attrs"
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?
There was some variable shadowing that was causing the error message to be not be helpful. This does a minor rename so that we can have both
name&attr, so the error messages are usefulThanks!