feat(collaboration): portable snapshots and navigable map comments (#… #4631
ci.yml
on: push
Dependency audit
23s
E2E smoke (Playwright)
7m 49s
Validate CITATION.cff
17s
Build and test
6m 29s
Annotations
10 warnings
|
Build and test:
apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L346
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L307
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L265
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L187
React Hook useMemo has an unnecessary dependency: 'managerVersion'. Either exclude it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L171
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/LoadFeaturesIntoEditorDialog.tsx#L180
React Hook useEffect has a missing dependency: 'mapControllerRef'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1854
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1706
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Build and test:
apps/geolibre-desktop/src/components/layout/CollaborationStatusBadge.tsx#L64
The 'chat' logical expression could make the dependencies of useEffect Hook (at line 208) change on every render. To fix this, wrap the initialization of 'chat' in its own useMemo() Hook
|
|
Build and test:
apps/geolibre-desktop/src/components/comments/useCommentTool.ts#L93
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|