chore: Migrate to tailwind #1632
Annotations
10 errors and 14 warnings
typescript:
app/components/FormUtils/TextareaLengthCounter.tsx#L10
Property 'minLength' does not exist on type 'TextareaLengthCounterProps'.
|
typescript:
app/components/ui/toast.tsx#L93
Property 'variant' does not exist on type 'Omit<ToastTitleProps & RefAttributes<HTMLDivElement>, "ref">'.
|
typescript:
app/components/ui/toaster.tsx#L11
Cannot find module '@/hooks/use-toast' or its corresponding type declarations.
|
typescript:
app/components/ui/toaster.tsx#L22
Type '{ children: any; variant: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ToastTitleProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<...>'.
|
typescript:
app/lib/toasts.tsx#L11
Cannot find module '@/hooks/use-toast' or its corresponding type declarations.
|
typescript:
node_modules/react-markdown/lib/complex-types.ts#L25
Cannot find namespace 'JSX'.
|
typescript:
node_modules/react-markdown/lib/complex-types.ts#L26
Cannot find namespace 'JSX'.
|
typescript:
node_modules/react-markdown/lib/complex-types.ts#L27
Type 'TagName' does not satisfy the constraint 'ElementType<any, keyof IntrinsicElements>'.
|
typescript
Process completed with exit code 2.
|
Unit tests
Process completed with exit code 1.
|
typescript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
app/components/Comments/ModalFlag.jsx#L15
Unused state field: 'error'
|
lint:
app/components/Comments/ModalFlag.jsx#L22
Unused state field: 'error'
|
lint:
app/components/FormUtils/ControlInputWithLabel.jsx#L5
Component definition is missing display name
|
lint:
app/components/FormUtils/ControlInputWithLabel.jsx#L7
Form label must have ALL of the following types of associated control: nesting, id
|
lint:
app/components/FormUtils/FieldWithLabelAddon.jsx#L8
Form label must have ALL of the following types of associated control: nesting, id
|
lint:
app/components/FormUtils/Input.jsx#L5
Component definition is missing display name
|
lint:
app/components/LoggedInUser/UserProvider.jsx#L176
Component definition is missing display name
|
lint:
app/components/Notifications/NotificationDetails.jsx#L62
`"` can be escaped with `"`, `“`, `"`, `”`
|
lint:
app/components/Notifications/NotificationDetails.jsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
|
lint:
app/components/Notifications/NotificationDetails.jsx#L73
`'` can be escaped with `'`, `‘`, `'`, `’`
|