prettier #224
Annotations
9 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/Cluster.tsx#L59
React Hook useMemo has a missing dependency: 'pointRadius'. Either include it or remove the dependency array
|
Lint:
src/LassoSelect.tsx#L73
React Hook useEffect has missing dependencies: 'camera', 'lineColor', and 'scene'. Either include them or remove the dependency array
|
Lint:
src/Points.tsx#L98
React Hook useCallback has a missing dependency: 'pointProps'. Either include it or remove the dependency array
|
Lint:
src/Points.tsx#L110
React Hook useMemo has a missing dependency: 'getColorPoint'. Either include it or remove the dependency array
|
Lint:
src/Points.tsx#L183
React Hook useMemo has a missing dependency: 'colorArray'. Either include it or remove the dependency array
|
Lint:
src/Points.tsx#L205
React Hook useMemo has a missing dependency: 'opacity'. Either include it or remove the dependency array
|
Lint:
src/ThreeDimensionalBounds.tsx#L106
React Hook useEffect has missing dependencies: 'boundsZoomPaddingFactor', 'camera', 'center', 'height', 'offset', and 'width'. Either include them or remove the dependency array
|
Lint:
src/TwoDimensionalBounds.tsx#L63
React Hook useEffect has missing dependencies: 'boundsZoomPaddingFactor', 'camera', 'height', and 'width'. Either include them or remove the dependency array
|
Loading