feat: show FollowSetColumn info #461
Annotations
10 warnings
Lint / Format:
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
|
Lint / Format:
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
|
Lint / Format:
src/components/Post.tsx#L35
Classname 'post' is not a Tailwind CSS class!
|
Lint / Format:
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
|
Lint / Format:
src/components/column/LoadMore.tsx#L87
Classname 'none' is not a Tailwind CSS class!
|
Lint / Format:
src/components/event/TextNote.tsx#L74
Classname 'textnote-content' is not a Tailwind CSS class!
|
Lint / Format:
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
|
Lint / Format:
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
|
Lint / Format:
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
|
Lint / Format:
src/components/modal/ZapRequestModal.tsx#L167
Classname 'text-secondary' is not a Tailwind CSS class!
|
Loading