You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
Within an app state at some point we also have a JS Blob and a File objects. Those are always shown as {} in State panel, so even when they change they do not show up at all in the Diff panel. Or at least that's our understanding.
companyLogo: {main: {current: {imageBlob: {}...
From this gaeron answer we got that probably the core of the thing could be here in react-json-tree. And looking at this code that might as well be.
Would you consider a PR trying to extend support to some of those JS types? Of course we could reason about how to best show them, and how to work within code.
Kind regards
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there.
We're using Chrome Redux Dev-Tools Extension (for Angular NgRx apps, actually).
Within an app state at some point we also have a JS Blob and a File objects. Those are always shown as
{}
in State panel, so even when they change they do not show up at all in the Diff panel. Or at least that's our understanding.From this gaeron answer we got that probably the core of the thing could be here in react-json-tree. And looking at this code that might as well be.
Would you consider a PR trying to extend support to some of those JS types? Of course we could reason about how to best show them, and how to work within code.
Kind regards
The text was updated successfully, but these errors were encountered: