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
Full state trees in diff: Store Changes now shows complete Previous and Current state trees for each changed store key — users can validate entire store values
Changed keys highlighted: Sub-keys that actually changed are highlighted in red (previous) and green (current), auto-expanded for visibility
Category color coding: Action types like ANALYTICS/TRACK_EVENT show the category prefix (ANALYTICS) in a unique color — same category = same color across all actions
Right-click to copy: Right-click any action header to copy action type or payload
Text selectable: Action type text can be selected and copied directly
Bug Fixes
Fixed [object Object] display: All object values now render as proper JSON instead of [object Object] — affects console, network, Redux, and all tree views
Fixed Cmd+F: Added direct keyboard listener as fallback — works reliably in all contexts now