-
Notifications
You must be signed in to change notification settings - Fork 349
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
Encode crashes on null
object values
#1026
Comments
@gabrielOttopia can you include the snippet of code from Are you using the |
@stephenh I tried that flag and got this error:
the error snipped i get probably wont be too helpful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If i try to encode an object that has null values, instead of undefined, the
encode()
fails. These null values are sometimes nested objects as well.I used v1.171 and it still crashes.
The text was updated successfully, but these errors were encountered: