Skip to content

Commit ce1c800

Browse files
authored
Fix: ExpandableObject needs to pass callback beforeExpandChange to DataRenderer to make it visibile
1 parent eae5f87 commit ce1c800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataRenderer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ function ExpandableObject({
200200
level={childLevel}
201201
shouldExpandNode={shouldExpandNode}
202202
clickToExpandNode={clickToExpandNode}
203+
beforeExpandChange={beforeExpandChange}
203204
outerRef={outerRef}
204205
/>
205206
))}

0 commit comments

Comments
 (0)