-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
toJSON() serialization #56
Comments
What's the issue? |
Please stop opening spec bugs here... The spec has no toJSON, so do we. |
It's been said that it should serialize to components... in my above example, this implementation does not. |
That's a matter of how your browser prints things. It doesn't affect implementation of the library. |
Prints things? It's a string. |
Sorry, I was confused about console.log vs. JSON.stringify. But regardless, we are following the spec here. |
produces:
The text was updated successfully, but these errors were encountered: