Aseem Taneja

Results 8 comments of Aseem Taneja

Workaround: https://github.com/shadcn-ui/ui/pull/774#issuecomment-1925431580

Dropping this here as a temporary workaround. #### Usage ```shell npm run add-component button # will install the button component and rename file from button.tsx to Button.tsx ``` #### Installation...

Workaround: https://github.com/shadcn-ui/ui/pull/774#issuecomment-1925431580

This is my current patch: ```js // ... try { res.headers.delete('Set-Cookie') } catch(error) { if (error instanceof TypeError) { return redirect(prefix + '/error?error=Verification', 303) } return redirect(prefix + '/error?error=Default', 303)...

While it works best for new projects it could work for your existing project as well. Give it a go! All the script does is install dependencies and generate the...

Hi, Thanks for checking the script out! If you selected "Yes" for the prompt ''Do you want to setup eslint+prettier?", you should see the following 6 packages added as `devDependencies`...

> This is strange, I've taken the demo and you can change directory into the demo folder to run it, however, it runs. https://github.com/silverbackdan/supabase > > [@atej](https://github.com/atej) do you have...

Afraid the same issue persists for me in my Astro project with '2.49.9-next.3'. Build fails with `require is not defined in ES module scope, you can use import instead`