fix: full rewrite of ScopeProvider to address known issues #327
Annotations
1 error and 6 warnings
|
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#L83
'get' is defined but never used. Allowed unused args must match /^_/u
|
__tests__/derive/understanding/unstable_derive.test.ts#L83
'set' is defined but never used. Allowed unused args must match /^_/u
|
src/ScopeProvider/scope.ts#L219
'isWritableAtom' is defined but never used
|
src/ScopeProvider/scope.ts#L223
'defaultWrite' is assigned a value but never used
|
This job failed
Loading