[WIP] Refactor to use the new jotai store derive method (Attempt 2) #336
Annotations
4 errors and 6 warnings
__tests__/derive/derivedStore.ts#L2
Unable to resolve path to module 'src/ScopeProvider/scope'
|
__tests__/derive/understanding/atomState.test.ts#L1
Unable to resolve path to module 'src/ScopeProvider/types'
|
__tests__/utils.ts#L2
Unable to resolve path to module 'src/ScopeProvider/types'
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
__tests__/derive/understanding/atomState.test.ts#L15
'atomCState' is assigned a value but never used
|
__tests__/derive/understanding/unstable_derive.test.ts#L82
'get' is defined but never used. Allowed unused args must match /^_/u
|
__tests__/derive/understanding/unstable_derive.test.ts#L82
'set' is defined but never used. Allowed unused args must match /^_/u
|
src/ScopeProvider2/scope.ts#L219
'isWritableAtom' is defined but never used
|
src/ScopeProvider2/scope.ts#L223
'defaultWrite' is assigned a value but never used
|
This job failed
Loading