don
don
you need to use this version, v1 doesnt work ```json "cmdk": "^0.2.1", ``` or `tailwind.config.ts` ```ts plugins: [ require("tailwindcss-animate"), function ({ addUtilities }) { addUtilities({ ".popover-content-width-same-as-its-trigger": { width: "var(--radix-popover-trigger-width)", "max-height":...
this is my approach ```ts import { Elysia } from "elysia"; type BeforeHandle = NonNullable< NonNullable["beforeHandle"] >; type ParameterType = T extends (context: infer U) => any ? U :...
```ts const FormMessage = React.forwardRef< HTMLParagraphElement, React.HTMLAttributes >(({ className, children, ...props }, ref) => { const { error, formMessageId } = useFormField() const body = error ? String(error?.message) : children...
have the same isssue on x11 kde linux
I dont think thats possible to do with support for multiple platforms, just use alt + tab
quit, and open will take some time the others ones are there I released it on the same version
Thanks for the feedback @thetarnav You're right about the implementation concerns. I think we could start simple with just basic runtime validation of the tags and mapping object. No need...
I found a good example which `next-intl` uses internally https://github.com/formatjs/formatjs/blob/main/packages/icu-messageformat-parser/parser.ts#L346
yes having same issue aswell on nextjs build ```bash Collecting page data ..[Sucrose] warning: unexpected isContextPassToFunction error, you may continue development as usual but please report the following to the...