-
Notifications
You must be signed in to change notification settings - Fork 28
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
undefined
not supported
#7
Comments
This is the spec of JSON.parse that removes undefined values, I can't see how we could fix this ? |
https://www.ecma-international.org/ecma-262/5.1/#sec-15.12.2
|
Iterate over keys instead of using |
Note that undefined is only not "supported" when it's a value in an object.
|
See storybookjs/storybook#4487 (comment)
The text was updated successfully, but these errors were encountered: