Skip to content

feat(NavigationTree): collapse childless nodes (#84) #162

feat(NavigationTree): collapse childless nodes (#84)

feat(NavigationTree): collapse childless nodes (#84) #162

Triggered via push January 22, 2025 15:12
Status Success
Total duration 40s
Artifacts

ci.yml

on: push
Verify Files
30s
Verify Files
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Verify Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Verify Files: 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
Verify Files: src/components/NavigationTree/types.ts#L53
Unexpected any. Specify a different type
Verify Files: src/components/TreeView/TreeView.tsx#L21
Unexpected any. Specify a different type