re-structured folders + some new updates #22
Annotations
11 errors and 14 warnings
test
Process completed with exit code 1.
|
lint:
src/current/components/ScaleButton.tsx#L38
React Hook useCallback has a missing dependency: 'scale'. Either include it or remove the dependency array
|
lint:
src/current/components/ScaleButton.tsx#L45
React Hook useCallback has a missing dependency: 'scale'. Either include it or remove the dependency array
|
lint:
src/current/hooks/usePan.ts#L92
React Hook useMemo has missing dependencies: 'ax', 'htx', and 'tx'. Either include them or remove the dependency array
|
lint:
src/current/hooks/usePan.ts#L108
React Hook useMemo has missing dependencies: 'ay', 'hty', and 'ty'. Either include them or remove the dependency array
|
lint:
src/current/hooks/usePan.ts#L126
React Hook useMemo has missing dependencies: 'a', 'htb.value', and 'tb.value'. Either include them or remove the dependency array
|
lint:
src/current/hooks/useScroll.ts#L24
React Hook useCallback has missing dependencies: 'layoutHeight' and 'layoutY'. Either include them or remove the dependency array
|
lint:
src/current/styles/dynamic/index.tsx#L92
React Hook useEffect has missing dependencies: 'current', 'previous', 'progress', and 'progressUpdaterWorklet'. Either include them or remove the dependency array. If 'progressUpdaterWorklet' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/previous/components/ScaleButton.tsx#L20
'OI' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/previous/components/ScaleButton.tsx#L21
'OO' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/previous/components/ScaleButton.tsx#L28
React Hook useCallback has missing dependencies: 'scale' and 'toScale'. Either include them or remove the dependency array
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/current/styles/static/index.ts#L330
'backgroundColor' is already declared in the upper scope on line 330 column 14
|
lint:
src/current/styles/static/index.ts#L339
'color' is already declared in the upper scope on line 339 column 14
|
lint:
src/current/styles/static/index.ts#L346
'shadowColor' is already declared in the upper scope on line 346 column 14
|
lint:
src/current/styles/static/index.ts#L353
'tintColor' is already declared in the upper scope on line 353 column 14
|
lint:
src/current/styles/static/index.ts#L360
'textDecorationColor' is already declared in the upper scope on line 360 column 14
|
lint:
src/current/styles/static/index.ts#L369
'textShadowColor' is already declared in the upper scope on line 369 column 14
|
lint:
src/current/styles/static/index.ts#L378
'overlayColor' is already declared in the upper scope on line 378 column 14
|
lint:
src/current/styles/static/index.ts#L385
'flex' is already declared in the upper scope on line 385 column 14
|
lint:
src/current/styles/static/index.ts#L392
'opacity' is already declared in the upper scope on line 392 column 14
|
lint:
src/current/styles/static/index.ts#L399
'rowGap' is already declared in the upper scope on line 399 column 14
|
build-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|