mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
Revert "yarn: update react-complex-tree to v2.0.0"
This reverts commit f0434b50ed.
This requires react >= v18
This commit is contained in:
committed by
David Lechner
parent
f560370b51
commit
0cb585b3e7
@@ -99,7 +99,7 @@ export const renderers: Omit<
|
||||
)}
|
||||
{...props.context.itemContainerWithoutChildrenProps}
|
||||
>
|
||||
{props.item.isFolder ? (
|
||||
{props.item.hasChildren ? (
|
||||
props.arrow
|
||||
) : (
|
||||
<span className={Classes.TREE_NODE_CARET_NONE} />
|
||||
|
||||
Reference in New Issue
Block a user