Skip to content

Interactivity API: No implicit any #107362

Interactivity API: No implicit any

Interactivity API: No implicit any #107362

Triggered via pull request June 13, 2024 14:35
Status Failure
Total duration 6m 9s
Artifacts

static-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
All: packages/interactivity/src/hooks.tsx#L285
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
All: packages/interactivity/src/hooks.tsx#L330
'Directives' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
All: packages/interactivity/src/hooks.tsx#L353
'children' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
All: packages/interactivity/src/hooks.tsx#L364
'props' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
All: packages/interactivity/src/hooks.tsx#L395
Binding element 'suffix' implicitly has an 'any' type.
All: packages/interactivity/src/directives.tsx#L202
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
All: packages/interactivity/src/directives.tsx#L202
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
All: packages/interactivity/src/directives.tsx#L204
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
All: packages/interactivity/src/directives.tsx#L220
Binding element 'directives' implicitly has an 'any' type.
All: packages/interactivity/src/directives.tsx#L220
Binding element 'evaluate' implicitly has an 'any' type.