Performance Refactors #399
Annotations
10 errors and 10 warnings
|
Lint:
src/symbols/edges/Edge.tsx#L123
Insert `⏎···`
|
|
Lint:
src/symbols/edges/Edge.tsx#L19
Replace `⏎··EdgeLabelPosition,⏎··EdgeSubLabelPosition⏎` with `·EdgeLabelPosition,·EdgeSubLabelPosition·`
|
|
Lint:
src/symbols/Node.tsx#L1
Run autofix to sort these imports!
|
|
Lint:
src/layout/useForceAtlas2Worker.ts#L51
Replace `(resolve)` with `resolve`
|
|
Lint:
src/layout/useForceAtlas2Worker.ts#L6
Run autofix to sort these imports!
|
|
Lint:
src/layout/layoutUtils.ts#L10
Promise executor functions should not be async
|
|
Lint:
src/layout/index.ts#L1
Run autofix to sort these exports!
|
|
Lint:
src/layout/graphPositionAdapter.ts#L7
Run autofix to sort these imports!
|
|
Lint:
src/GraphScene.tsx#L22
'Node' is defined but never used
|
|
Lint:
src/GraphScene.tsx#L1
Run autofix to sort these imports!
|
|
Lint:
src/CameraControls/useCenterGraph.ts#L101
'disabled' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint:
src/CameraControls/useCenterGraph.ts#L101
'disabled' is defined but never used
|
|
Lint:
src/CameraControls/CameraControls.tsx#L384
Unknown property 'maxDistance' found
|
|
Lint:
src/CameraControls/CameraControls.tsx#L383
Unknown property 'dollyToCursor' found
|
|
Lint:
src/CameraControls/CameraControls.tsx#L382
Unknown property 'minDistance' found
|
|
Lint:
src/CameraControls/CameraControls.tsx#L381
Unknown property 'smoothTime' found
|
|
Lint:
src/CameraControls/CameraControls.tsx#L380
Unknown property 'args' found
|
|
Lint:
docs/demos/AggregateEdges.story.tsx#L200
The 'edges' array makes the dependencies of useMemo Hook (at line 236) change on every render. To fix this, wrap the initialization of 'edges' in its own useMemo() Hook
|
|
Lint:
docs/demos/AggregateEdges.story.tsx#L114
The 'edges' array makes the dependencies of useMemo Hook (at line 139) change on every render. To fix this, wrap the initialization of 'edges' in its own useMemo() Hook
|
|
Lint:
docs/demos/AggregateEdges.story.tsx#L13
The 'edges' array makes the dependencies of useMemo Hook (at line 53) change on every render. To fix this, wrap the initialization of 'edges' in its own useMemo() Hook
|
Loading