-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error serializing unrecognized object [object Object] #28
Comments
I recommend running this in the debugger and finding out exactly which object it is that is producing that error. |
Hrm, you shouldn't really get a raw ArrayMapNode like that - they should be contained inside an actual Can you share a code sample which reproduces this problem please? |
Thats a bit more complicated. Im basically using ReactJS with Redux to store the state of my application in an immutable map. Problem is that a lot of that happens in the background and i havent completely figured it out myself how exactly the objects look after creating them since they are created by a libary. But basically its this issue: I will investigate a bit further |
I'm also facing this exception when serializing a simple javascript object:
The error is
|
I am getting an error:
Here is the JSON input:
https://gist.github.com/gajus/bdd5b3d8cd0ddce24e762495d9779a75
Here is how I load it:
The text was updated successfully, but these errors were encountered: