-
Notifications
You must be signed in to change notification settings - Fork 8
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
Provide toJS
and toJSON
functions
#15
Comments
Why didn't you add |
Yeah, you're right. I'll put together a pull request to add |
I'm going to hold off on this until Immutable-JS 4.0.0 is released. The current version doesn't have correct flow types for the |
In order to support serialization, provide a
toJS
(andtoJSON
alias) function to convert the ImmutableModel into its modelType form.The text was updated successfully, but these errors were encountered: