We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like calling delete on a property with an Array as a value followed by .top gives None.
.top
None
There's a test allow to remove a selected field if its value is an Array in the CursorSpec that proves the bug (branch delete-on-array-value-bug)
allow to remove a selected field if its value is an Array
CursorSpec
delete-on-array-value-bug
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It looks like calling delete on a property with an Array as a value followed by
.top
givesNone
.There's a test
allow to remove a selected field if its value is an Array
in theCursorSpec
that proves the bug (branchdelete-on-array-value-bug
)The text was updated successfully, but these errors were encountered: