mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
hotfix
This commit is contained in:
parent
becb83393f
commit
8e07c1d1d3
|
@ -147,7 +147,7 @@ export default function JSONNestedNode(props: Props) {
|
||||||
expandedRef.current = false;
|
expandedRef.current = false;
|
||||||
break;
|
break;
|
||||||
case 'default':
|
case 'default':
|
||||||
expandedRef.current = defaultExpanded;
|
expandedRef.current = shouldExpandNodeInitially(keyPath, data, level);
|
||||||
break;
|
break;
|
||||||
default: //Do nothing;
|
default: //Do nothing;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user