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 was archived by the owner on Jun 5, 2020. It is now read-only.
The inspector displays a list of actions and a preview panel which shows the state after the selected action and a diff with the previous state. If no actions are selected, the last state is shown.
You may pin a certain part of the state to only track its changes.
Props
Name
Type
Description
theme
Object or string
Contains either base16 theme name or object, that can be base16 colors map or object containing classnames or styles.
invertTheme
Boolean
Inverts theme color luminance, making light theme out of dark theme and vice versa.
supportImmutable
Boolean
Better Immutable rendering in Diff (can affect performance if state has huge objects/arrays). false by default.
tabs
Array or function
Overrides list of tabs (see below)
diffObjectHash
Function
Optional callback for better array handling in diffs (see jsondiffpatch docs)
diffPropertyFilter
Function
Optional callback for ignoring particular props in diff (see jsondiffpatch docs)
If tabs is a function, it receives a list of default tabs and should return updated list, for example: