set circularCache default in renderChildNodes

This commit is contained in:
Roman Shtylman 2022-01-31 07:28:10 -08:00
parent ffcbe5d7a8
commit 043682da7e

View File

@ -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,