Develop #7
Annotations
7 errors and 3 warnings
|
test
Process completed with exit code 2.
|
|
test:
src/app/call/new/index.web.tsx#L1058
Object literal may only specify known properties, and 'outline' does not exist in type 'ViewStyle | TextStyle | ImageStyle'.
|
|
test:
src/app/call/new/index.web.tsx#L1046
Type '"not-allowed"' is not assignable to type 'CursorValue | undefined'.
|
|
test:
src/app/call/new/index.web.tsx#L1029
Object literal may only specify known properties, and 'outline' does not exist in type 'ViewStyle | TextStyle | ImageStyle'.
|
|
test:
src/app/call/[id]/edit.web.tsx#L946
Object literal may only specify known properties, and 'outline' does not exist in type 'ViewStyle | TextStyle | ImageStyle'.
|
|
test:
src/app/call/[id]/edit.web.tsx#L934
Type '"not-allowed"' is not assignable to type 'CursorValue | undefined'.
|
|
test:
src/app/call/[id]/edit.web.tsx#L917
Object literal may only specify known properties, and 'outline' does not exist in type 'ViewStyle | TextStyle | ImageStyle'.
|
|
test:
src/app/call/new/index.web.tsx#L306
React Hook useEffect has missing dependencies: 'handleSubmit' and 'onSubmit'. Either include them or remove the dependency array
|
|
test:
src/app/call/[id]/edit.web.tsx#L318
React Hook useEffect has missing dependencies: 'handleSubmit' and 'onSubmit'. Either include them or remove the dependency array
|
|
test:
src/app/call/[id].web.tsx#L147
React Hook useEffect has missing dependencies: 'handleEditCall' and 'router'. Either include them or remove the dependency array
|