Daniele Luisetto

Results 141 comments of Daniele Luisetto

> do we need guide for astro ? @NikharPandya Yeah we do.

> @dan5py I've restructure the installation docs a bit. It's awesome. Just one thing the link for the manual redirects to the `remix` installation, the href on the `index.mdx` is...

This wouldn't fix the issue. I explain the problem with Firefox in this issue #627. If you want to fix this you can make these changes in the `alert.tsx` file...

Be careful. You have updated only one of the themes and once you built the registry also files that you haven't changed got updated (I assume you're on Windows). Also...

Hi @pdeva, @Klotske is right there's currently a problem with that. For now you can copy it from [here](https://github.com/shadcn/ui/blob/c3377530f43baa95c9e41cce7c07b1a4db1e3ee6/apps/www/app/examples/tasks/components/data-table-pagination.tsx).

I just updated this PR #768 to address this issue.

Hi @Ankan002. Try to add the `'use client'` directive at the top of the `hello.tsx` file.

I tried replicating it but without success. What version of `next` are you using?

I think that we would get too many prompts in the `init` command. What about having it just in the `component.json`? And then maybe add a section in the `CLI`...

@niebag Apparently 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 now. Let...