Rafal Lesniak

Results 6 issues of Rafal Lesniak

### Describe the bug After upgrade to 1.1.3 my ESLint complains about `import/no-named-as-default-member` ![image](https://user-images.githubusercontent.com/13970783/196927145-1a5e81ec-d359-4b33-9cde-3e0556ab6e79.png) But in reality, I cannot import as `import { isAxiosError } from 'axios';` ![image](https://user-images.githubusercontent.com/13970783/196927257-b540eb7e-60c5-4560-b880-f23bf890bfe2.png) So something...

I wanted to move out of wallet app so I wrote importer. Tested it with a large 700KB CSV file (several years of data) and it worked like a charm....

🔍 Ready for Review

close: #193 Feel free to modify this PR. Feature is backward compatible I tested it in my project and look that it worked exactly I described in my stackblitz

**Describe the bug** I want to use zod's `superRefine` validation function. hook form shows that form is invalid, **but `errors` object is empty** **To Reproduce** Steps to reproduce the behavior:...

question

Despite setting `closeButton: '-right-1 top-2 left-auto text-teal-500 border-none hover:bg-teal-500'` ```jsx ``` I still get hover style for close button. I dont want this ![image](https://github.com/emilkowalski/sonner/assets/13970783/8274711b-6fbd-4d82-b9fe-484fc625b358)