Skip to content
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

Serializing symbols and replacing values. #124

Open
dolsem opened this issue Aug 19, 2018 · 2 comments
Open

Serializing symbols and replacing values. #124

dolsem opened this issue Aug 19, 2018 · 2 comments

Comments

@dolsem
Copy link

dolsem commented Aug 19, 2018

I use serialize with redux-devtools-extension for serializing symbols and custom representation of my data structure by defining a replacer function. When I change from redux-devtools-extension to remote-redux-devtools serializing doesn't work. I think it's related to #78, except that immutables seem to work out of the box now and I don't have any problems with them. I tested with remotedev.io and VSCode Redux Devtools extension with the same results. My symbols don't show up and replacer doesn't have any effect.

Also, after some actions my state gets replaced with an object with a single $jsan prop. Like so:
screenshot from 2018-08-19 18-45-13
It seems to only happen with remotedev.io. In VSCode the state stays the same and doesn't show up in diff. I am not sure if this issue is related though.

@shanekoss
Copy link

Similarly (i think) nested objects are not shown - only {$jsan ...} Is there a way around this?

screen shot 2018-11-23 at 11 40 00 am

@zalmoxisus
Copy link
Owner

@shanekoss is the issue still present in the last extension version? Or are you using other app for monitoring? Can you check if version of jsan you have installed? (npm ls jsan)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants