Bump @storybook/react-vite from 8.4.5 to 8.4.6 #21
ci.yml
on: pull_request
runLint
18s
runTypecheck
16s
runFormatter
22s
runTests
1m 24s
Annotations
21 errors
runTypecheck:
src/stories/BlueskyPost.stories.tsx#L2
Cannot find module '@storybook/react' or its corresponding type declarations.
|
runTypecheck:
src/stories/BlueskyPost.stories.tsx#L27
Binding element 'userHandle' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyPost.stories.tsx#L28
Binding element 'postId' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyPostLoading.stories.tsx#L2
Cannot find module '@storybook/react' or its corresponding type declarations.
|
runTypecheck:
src/stories/BlueskyPostLoading.stories.tsx#L16
Parameter 'args' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyProfilePosts.stories.tsx#L2
Cannot find module '@storybook/react' or its corresponding type declarations.
|
runTypecheck:
src/stories/BlueskyProfilePosts.stories.tsx#L27
Binding element 'userHandle' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyProfilePosts.stories.tsx#L28
Binding element 'pageSize' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyProfilePosts.stories.tsx#L29
Binding element 'infiniteLoad' implicitly has an 'any' type.
|
runTypecheck:
src/stories/BlueskyText.stories.tsx#L2
Cannot find module '@storybook/react' or its corresponding type declarations.
|
runLint:
src/stories/BlueskyPost.stories.tsx#L32
Unsafe assignment of an `any` value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L32
Unsafe assignment of an `any` value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L35
Unsafe member access .args on an `error` typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L41
Unsafe return of a value of type error
|
runLint:
src/stories/BlueskyPost.stories.tsx#L44
Unsafe assignment of an error typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L45
Unsafe assignment of an error typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L46
Unsafe assignment of an error typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L47
Unsafe assignment of an error typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L48
Unsafe assignment of an error typed value
|
runLint:
src/stories/BlueskyPost.stories.tsx#L49
Unsafe assignment of an error typed value
|
runTests
Process completed with exit code 1.
|