feat(love): enable transcription language selector and restore Deepgram language support #24012
Annotations
10 warnings
|
packages/ui/src/components/Button.svelte#L142
Unexpected nullable object value in conditional. An explicit null check is required
|
|
packages/ui/src/components/Button.svelte#L121
Missing return type on function
|
|
packages/ui/src/components/Button.svelte#L114
Missing return type on function
|
|
packages/ui/src/components/Button.svelte#L110
Unexpected nullable object value in conditional. An explicit null check is required
|
|
packages/ui/src/components/Button.svelte#L92
Unexpected nullable object value in conditional. An explicit null check is required
|
|
packages/ui/src/components/Button.svelte#L88
Unexpected nullable object value in conditional. An explicit null check is required
|
|
packages/ui/src/components/Button.svelte#L75
Unexpected string value in conditional. An explicit empty string check is required
|
|
packages/ui/src/components/Breadcrumbs.svelte#L45
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
packages/ui/src/components/Breadcrumbs.svelte#L45
Unexpected nullable object value in conditional. An explicit null check is required
|
|
packages/ui/src/components/AccordionItem.svelte#L60
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
The logs for this run have expired and are no longer available.
Loading