-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Bug?] undefined is converted to null #173
Comments
This was a design choice of mapping I think this should be considered in terms of the 2.0 update, as changing the API like this can be a breaking change. |
I would like to vote that undefined keys not remain in the stringified version. I am now manually preprocessing to remove these keys, deeply. |
Yeah, happy to include this fix in the major update. A PR on this would be welcome; I'm finding myself spending a bit more time on a couple of other projects atm. |
@eemeli I tried to dig into this. The code is pretty complicated, but it looks like some information is lost when construction the node graph so that |
@kyeotic The right place to fix this was in
I also opted to keep |
Version
Using 1.10.0
Reproduce
I don't see how this would be intentional. undefined is not equal to null.
The text was updated successfully, but these errors were encountered: