rain
rain
https://github.com/shadcn-ui/ui/assets/79323963/5afc0cc3-d80e-4c2b-9ea0-124569f33ff8 In my opinion, an auto-resizable textarea brings a great user experience, and I would like to see it included in this UI library. I discarded the changes in New...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
Hello, could you please add additional information to the docs that if token is expired, then PasetoParser:: will throw an error? That would be cool, because I was trying to...
Hello, I needed to initialize ApolloWrapper with an Authorization header (Cookie), so I made a few changes to make it work. Do you have any comments about this decision? If...
I haven't found Qwik somewhere else. Could you please update your Qwik template? Especially these packages "@builder.io/qwik": "^0.100.0", "@builder.io/qwik-city": "^0.100.0",
### Describe the bug Context is not being typed. ### Your Example Website or App https://codesandbox.io/p/devbox/beautiful-dust-h4f98s?file=%2Findex.ts%3A12%2C13 ### Steps to Reproduce the Bug or Issue Reproduced ### Expected behavior The context...
### Describe the bug If all of my props are optional in a type, I shouldn't need to pass them in a hook, but I'm getting an error: Expected 1...