feat: add transfer navigation tree node type #171
Annotations
2 errors and 3 warnings
Verify Files
Process completed with exit code 1.
|
Verify Files:
src/components/NavigationTree/NavigationTreeNode.tsx#L5
`../icons/Transfer` import should occur after import of `../icons/Topic`
|
Verify Files:
src/components/TreeView/TreeView.tsx#L21
Unexpected any. Specify a different type
|
Verify Files:
src/components/NavigationTree/types.ts#L55
Unexpected any. Specify a different type
|
Verify Files:
src/components/NavigationTree/NavigationTreeNode.tsx#L121
React Hook React.useEffect has missing dependencies: 'activePath', 'cache', 'dispatch', 'fetchPath', 'nodeState.loaded', 'nodeState.loading', and 'path'. Either include them or remove the dependency array. If 'dispatch' changes too often, find the parent component that defines it and wrap that definition in useCallback
|