-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
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
Fix deleteField inside of an array #510
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
This now fixes #511 as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this! Thank you!
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #510 +/- ##
==========================================
+ Coverage 84.55% 91.65% +7.09%
==========================================
Files 9 21 +12
Lines 395 671 +276
Branches 109 184 +75
==========================================
+ Hits 334 615 +281
+ Misses 52 49 -3
+ Partials 9 7 -2 ☔ View full report in Codecov by Sentry. |
This should fix deleting a field that is inside of an array. It should close #509