Artem Melnyk

Results 13 issues of Artem Melnyk

How can I pass any attribute to the component? Maybe something is wrong with my typescript configuratin, but I can't pass anything other then props that are provided by the...

question

```ts import { URLPattern } from "urlpattern-polyfill"; new URLPattern(); // Type 'URLPattern' has no construct signatures. ``` Codesandbox reproduction - https://codesandbox.io/p/sandbox/still-water-s2t9pg Current type: https://github.com/kenchris/urlpattern-polyfill/blob/d02a0f4fdb056f59e103eee3d0d4f6d0f2df6840/src/index.d.ts#L10 ```ts // I think we can...

### Describe the bug I encountered this error when using unocss vscode extention. I already opened issue in unocss repo https://github.com/unocss/unocss/issues/2088. When I try to load vite.config with `@sveltejs/vite-plugin-svelte` or...

The type narrowing seems to be incorrect. In this example it should be the same type as the variable originally has, but for some reason it has `null`. (I have...

### Describe the bug ```ts import { queryOptions } from "@tanstack/vue-query" import { computed } from "vue" queryOptions({ queryKey: ["hello"], queryFn: ({ queryKey }) => { queryKey // ^? (parameter)...

Hi! I discovered this when upgraded to `2.4.4` from `2.2.1`. In my astro app, the notifications are not showing up completely, even though custom events are sent. To test this...

enhancement
invalid

### Describe the feature I want to move the filterFunction on `ComboboxRoot` to the script part of my component, but as I use typescript I need to type the arguments...