fix: void toggle return type #78
Merged
Annotations
3 warnings
Run npm run lint:
src/components/NavigationTree/NavigationTreeNode.tsx#L115
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
|
Run npm run lint:
src/components/NavigationTree/types.ts#L53
Unexpected any. Specify a different type
|
Run npm run lint:
src/components/TreeView/TreeView.tsx#L21
Unexpected any. Specify a different type
|
Loading