Open dolsem opened 6 years ago
Similarly (i think) nested objects are not shown - only {$jsan ...} Is there a way around this?
@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
)
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: 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.