expose building blocks #3208
Annotations
10 errors
Test 5.7.3:
tests/vanilla/derive.test.tsx#L10
Tuple type 'BuildingBlocks' of length '3' has no element at index '6'.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L17
Tuple type 'BuildingBlocks' of length '3' has no element at index '6'.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L37
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 5.7.3:
tests/vanilla/derive.test.tsx#L40
Parameter 'atom' implicitly has an 'any' type.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L44
'atomStateMap' is possibly 'undefined'.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L46
Parameter 'atom' implicitly has an 'any' type.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L46
Parameter 'atomState' implicitly has an 'any' type.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L50
'atomStateMap' is possibly 'undefined'.
|
Test 5.7.3:
tests/vanilla/derive.test.tsx#L79
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 5.7.3:
tests/vanilla/derive.test.tsx#L82
Parameter 'atom' implicitly has an 'any' type.
|
Loading