expose building blocks #3208
Annotations
10 errors
Test 4.0.5:
tests/vanilla/derive.test.tsx#L11
Tuple type 'BuildingBlocks' of length '3' has no element at index '6'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L18
Tuple type 'BuildingBlocks' of length '3' has no element at index '6'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L38
Argument of type '(atomStateMap: undefined) => { get: (atom: any) => any; set: (atom: any, atomState: any) => void; }' is not assignable to parameter of type '(atomStateMap: undefined) => undefined'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L41
Parameter 'atom' implicitly has an 'any' type.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L45
Object is possibly 'undefined'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L47
Parameter 'atom' implicitly has an 'any' type.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L47
Parameter 'atomState' implicitly has an 'any' type.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L51
Object is possibly 'undefined'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L80
Argument of type '(atomStateMap: undefined) => { get: (atom: any) => any; set: (atom: any, atomState: any) => void; }' is not assignable to parameter of type '(atomStateMap: undefined) => undefined'.
|
Test 4.0.5:
tests/vanilla/derive.test.tsx#L83
Parameter 'atom' implicitly has an 'any' type.
|
Loading