Skip to content
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: cant set null if user already set value to null #200

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Conversation

alewitt2
Copy link
Member

@alewitt2 alewitt2 commented Feb 24, 2021

dont try to null object child values if the parent is already set to null.
{test:{ values: 123}}
=>
{test: null}
we will avoid trying to set values to null because test is already null

dont try to object child values if the parent is already set to null.
{test:{ values: 123}}
=>
{test: null}
we will avoid trying to set values to null because test is already null
@alewitt2 alewitt2 merged commit e54a547 into master Feb 24, 2021
@alewitt2 alewitt2 deleted the null branch February 24, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants