tebuevd
tebuevd
Please fix this :)
any work around for this?
I'm getting same errors in many components, like react-dialog. Any idea on how to fix?
I will try as well and circle back
Update: it fixed most of the components, but the command one is still broken: ``` Type 'ForwardRefExoticComponent number) | undefined; value?: string | undefined; onValueChange?: ((value: string) => void) |...
@rnnyrk I believe the culprit is the Command component. At least in my codebase that's the only one that's broken. To fix it, I used the `any` type. I'm sure...
Hey folks! I was wondering if there's any point in loading `dd-trace` in a Vercel environment anyway? It is my impression that `dd-trace` requires the DataDog Agent installed in the...
Getting the same error when on `prettier@3` with the following config: ```js //prettier.config.js /** @type {import('prettier').Config} */ module.exports = { trailingComma: "all", tabWidth: 2, semi: false, plugins: [require("prettier-plugin-tailwindcss")], tailwindConfig: "./packages/configs/tailwind/tailwind.config.js",...