mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
set circularCache default in renderChildNodes
This commit is contained in:
parent
ffcbe5d7a8
commit
043682da7e
|
@ -98,8 +98,6 @@ interface Props extends CircularPropsPassedThroughJSONNestedNode {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function JSONNestedNode(props: Props) {
|
export default function JSONNestedNode(props: Props) {
|
||||||
props.circularCache ??= [];
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
getItemString,
|
getItemString,
|
||||||
nodeTypeIndicator,
|
nodeTypeIndicator,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user