Open janechu opened 3 years ago
The current render functions located in navigation-tree-item.tsx should be React function components. This would give more simplicity and maintainability with the automatic inclusion of props so that order doesn't matter.
navigation-tree-item.tsx
Description
The current render functions located in
navigation-tree-item.tsx
should be React function components. This would give more simplicity and maintainability with the automatic inclusion of props so that order doesn't matter.