Daniele Luisetto

Results 139 comments of Daniele Luisetto

As said by @marcelblijleven, it's a problem related to `react-hook-form` v7.45.0, which implemented a stricter type for the `onChange` callback. Version `7.45.1` reverted this feature so it should work normally...

> This error appears in the console for EVERY webpage > > ``` > Uncaught Error: Cannot find module 'jquery' > at s (VM212 translations.js:1:155) > at s (frames.js:1:134) >...

The vulnerabilities you see come from different dependencies use in the project, so they are not directly related to the cli. Mostly of the warnings you see on every page...

I added the success variant to the following components: - `alert` - `badge` - `button` - `toast` I didn't set it as the default variant because the unstyled one is...

> In my case I don't have tsconfig at all. I'm using esbuild to compile tsx files so I don't need tsconfig In this case you have to install the...

> Can we move it to installation.mdx? I was thinking the same thing. It would be great to have tabs in the `Installation` page for all the different frameworks.

@samuelkurdz Something like this: ![image](https://github.com/shadcn/ui/assets/59441403/7c356ae6-91dd-4d91-b6de-70ea8550eb28)

@samuelkurdz I don't think so, go ahead

@samuelkurdz I think the first is cleaner.

Yeah, this would keep the same aliases for different frameworks. So I suggest keeping the `@` alias format: ```diff - alias: [{ find: "src", replacement: path.resolve(__dirname, "./src/") }], + alias:...