Made node component #200
Annotations
9 errors and 6 warnings
Run eslint:
src/Components/Derived/Node.ts#L1
'colors' is defined but never used. Allowed unused vars must match /^_/u
|
Run eslint:
src/Components/Derived/Node.ts#L1
Unable to resolve path to module '@mui/material'
|
Run eslint:
src/Components/Derived/Node.ts#L5
`three` import should occur before import of `@mui/material`
|
Run eslint:
src/Components/Derived/Node.ts#L6
`three-fatline` import should occur before import of `../Circle`
|
Run eslint:
src/Components/Derived/Node.ts#L151
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Run eslint:
src/Components/Derived/OperationButtonPanel.ts#L1
'LineMaterial' is defined but never used. Allowed unused vars must match /^_/u
|
Run eslint:
src/Components/Derived/OperationButtonPanel.ts#L2
'Core' is defined but never used. Allowed unused vars must match /^_/u
|
Run eslint:
src/Components/Line.ts#L14
`./Text` import should occur before import of `./interfaces`
|
Run eslint
Process completed with exit code 1.
|
Run eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run eslint:
src/Components/Derived/Node.ts#L147
Forbidden non-null assertion
|
Run eslint:
src/Components/Derived/Node.ts#L151
Forbidden non-null assertion
|
Run eslint:
src/Components/Derived/OperationButtonPanel.ts#L10
Unexpected any. Specify a different type
|
Run eslint:
src/Components/Derived/OperationButtonPanel.ts#L15
Unexpected any. Specify a different type
|