Skip to content

fix: incorecct type #467

fix: incorecct type

fix: incorecct type #467

Triggered via push January 25, 2025 03:10
Status Success
Total duration 3m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci: src/components/Actions.tsx#L101
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
ci: src/components/Actions.tsx#L304
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
ci: src/components/Post.tsx#L35
Classname 'post' is not a Tailwind CSS class!
ci: src/components/SideBar.tsx#L168
The reactive variable 'props.column.id' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
ci: src/components/event/TextNote.tsx#L74
Classname 'textnote-content' is not a Tailwind CSS class!
ci: src/components/modal/ProfileDisplay.tsx#L144
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
ci: src/components/modal/ProfileDisplay.tsx#L152
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
ci: src/components/modal/ZapRequestModal.tsx#L127
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
ci: src/components/modal/ZapRequestModal.tsx#L167
Classname 'text-secondary' is not a Tailwind CSS class!
ci: src/hooks/useMessageBus.ts#L23
For proper analysis, array destructuring should be used to capture the first result of this function call