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
As started in alexkuz/redux-devtools-inspector#80, we need an option to sort keys, which was just merged (without using a function) in alexkuz/react-json-tree#108.
The suggestion is to add it to the props of the monitor, then adding the ability for changing this prop from the extension's settings page (another PR later). For the second part better to wait for the new UI, where settings will be a tab in the app, instead of using browser option page and syncing from there (that would imply rendering the monitors asynchronously when we get the options, so better to wait till we have the options right in redux store).
The text was updated successfully, but these errors were encountered:
As started in alexkuz/redux-devtools-inspector#80, we need an option to sort keys, which was just merged (without using a function) in alexkuz/react-json-tree#108.
The suggestion is to add it to the props of the monitor, then adding the ability for changing this prop from the extension's settings page (another PR later). For the second part better to wait for the new UI, where settings will be a tab in the app, instead of using browser option page and syncing from there (that would imply rendering the monitors asynchronously when we get the options, so better to wait till we have the options right in redux store).
The text was updated successfully, but these errors were encountered: