Khari Thomas
Khari Thomas
I had a similar issue when using Tailwind v3 and Hot-Toast. The solution was tweaking the css animate-fill properties for me. ``` toast.custom((t) => ( // ... remaining code below...
@maticzav Have there been any updates on this? Would love to see an official spec for this in the docs. **update:** I was able to make use of the `func`...
I ran into this same issue today. Polling is being called as verified in the Network tab - but the UI will not refresh. *Edit: I polling works fine and...
@developdeez Sorry to hijack this thread but figured since I'm facing a similar issue on mobile - why not. @brdlyptrs I have noticed, that on mobile the captcha button is...
In case you're in my position, **your custom test is working but you didn't include a `` component in your form**. First, check to make sure your yup test is...
@digvijayAMDX Please close this ticket - thanks.
This is a very old thread, but I had this issue when starting. Simple solution is to remove the `test` script inside `package.json` and pass the `NODE_ENV` as a param...