documentation, lint and typescript errors #26
Annotations
10 errors and 2 warnings
Typecheck files:
example/src/CounterScreen/index.android.tsx#L3
Variable 'sendMessage' implicitly has type 'any' in some locations where its type cannot be determined.
|
Typecheck files:
example/src/CounterScreen/index.android.tsx#L3
Variable 'watchEvents' implicitly has type 'any' in some locations where its type cannot be determined.
|
Typecheck files:
example/src/CounterScreen/index.android.tsx#L11
Variable 'watchEvents' implicitly has an 'any' type.
|
Typecheck files:
example/src/CounterScreen/index.android.tsx#L29
Variable 'sendMessage' implicitly has an 'any' type.
|
Typecheck files:
example/src/CounterScreen/index.ios.tsx#L3
Variable 'sendMessage' implicitly has type 'any' in some locations where its type cannot be determined.
|
Typecheck files:
example/src/CounterScreen/index.ios.tsx#L3
Variable 'watchEvents' implicitly has type 'any' in some locations where its type cannot be determined.
|
Typecheck files:
example/src/CounterScreen/index.ios.tsx#L8
Variable 'watchEvents' implicitly has an 'any' type.
|
Typecheck files:
example/src/CounterScreen/index.ios.tsx#L22
Variable 'sendMessage' implicitly has an 'any' type.
|
Typecheck files:
src/subscriptions.ts#L4
Cannot find name 'UnsubscribeFn'.
|
Typecheck files:
src/subscriptions.ts#L18
Argument of type 'Function' is not assignable to parameter of type '(event: any) => void'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint files:
example/src/App.tsx#L8
Expected '===' and instead saw '=='
|
The logs for this run have expired and are no longer available.
Loading