zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Serializing symbols and replacing values. #124

Open dolsem opened 6 years ago

dolsem commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

@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)