Feat/date value datepicker #1137
ci.yml
on: pull_request
💅 Format
18s
🕵 Lint
16s
✅ Typecheck
20s
🔬 Test
43s
🧰 Build
22s
Annotations
20 errors and 10 warnings
🕵 Lint
flowbite-react#lint: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run lint exited (1)
|
🕵 Lint:
packages/ui/src/components/Datepicker/Views/Months.tsx#L5
'isMonthEqual' is defined but never used. Allowed unused vars must match /^_/u
|
🕵 Lint
Process completed with exit code 1.
|
💅 Format
Argument of type 'Date | null' is not assignable to parameter of type 'Date'.
|
💅 Format
'isMonthEqual' is declared but its value is never read.
|
💅 Format
Cannot find name 'isDateEqual'.
|
💅 Format
flowbite-react#build: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run build exited (1)
|
💅 Format
Process completed with exit code 1.
|
✅ Typecheck
flowbite-react#build: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run build exited (1)
|
✅ Typecheck
Argument of type 'Date | null' is not assignable to parameter of type 'Date'.
|
✅ Typecheck
'isMonthEqual' is declared but its value is never read.
|
✅ Typecheck
Cannot find name 'isDateEqual'.
|
✅ Typecheck
Process completed with exit code 1.
|
🧰 Build
flowbite-react#build: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run build exited (1)
|
🧰 Build
Argument of type 'Date | null' is not assignable to parameter of type 'Date'.
|
🧰 Build
'isMonthEqual' is declared but its value is never read.
|
🧰 Build
Cannot find name 'isDateEqual'.
|
🧰 Build
Process completed with exit code 1.
|
🔬 Test
flowbite-react#test:coverage: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run test:coverage exited (1)
|
🔬 Test
Process completed with exit code 1.
|
🕵 Lint:
apps/web/app/docs/layout.tsx#L36
Classname 'max-w-8xl' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/app/docs/layout.tsx#L50
Classname 'max-w-8xl' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/app/docs/layout.tsx#L170
Classname 'text-primary-700' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/app/docs/layout.tsx#L170
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/app/docs/layout.tsx#L170
Classname 'dark:text-primary-500' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/components/code-demo.tsx#L250
Classname 'light' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/components/code-demo.tsx#L277
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/components/code-demo.tsx#L277
Classname 'focus:text-primary-700' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/components/code-demo.tsx#L312
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
|
🕵 Lint:
apps/web/components/code-demo.tsx#L331
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
|