[DO_NOT_MERGE] sync effect (V2) development and testing #3026
Annotations
10 errors and 1 warning
Test 5.4.5:
src/vanilla/store.ts#L742
Type '(atomState: AtomState) => void' is not assignable to type '<Value>(atom: Atom<Value>) => void'.
|
Test 5.4.5:
tests/vanilla/effect.test.ts#L6
Property 'unstable_derive' does not exist on type 'PrdOrDevStore'.
|
Test 5.4.5:
tests/vanilla/effect.test.ts#L123
Property 'unstable_derive' does not exist on type 'PrdOrDevStore'.
|
Test 5.4.5:
tests/vanilla/effect.test.ts#L123
Rest parameter 'storeArgs' implicitly has an 'any[]' type.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1088
Property 'unstable_derive' does not exist on type 'PrdOrDevStore'.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1090
Parameter 'getAtomState' implicitly has an 'any' type.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1091
Parameter 'setAtomState' implicitly has an 'any' type.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1092
Parameter 'atomRead' implicitly has an 'any' type.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1093
Parameter 'atomWrite' implicitly has an 'any' type.
|
Test 5.4.5:
tests/vanilla/store.test.tsx#L1094
Parameter 'atomOnInit' implicitly has an 'any' type.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading