Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: protect against invalid editable data
_editable could contain an invalid value, such as null when using graphql. This can cause a exception. This fix prevents issues when the value of _editable is not what is expected.
- Loading branch information