Sergio A. Trejo

Results 34 comments of Sergio A. Trejo

Same error, using: I don't know, my project grow up, when I'm ready to deploy and publish: ERROR. 😢

> 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) => ( >...

Please, consider, would be amazing feature

For my use, option 2 favors me and in general, it seems like a simple solution to implement.

> Yes, makes total sense to have a fallback as part of the template @rdsedmundo 👍 > > However, I'm not sure `react-head` should manage that. Conceptually my mental model...

> Personally, my mental model says that existing tags _should not_ be modified by react-head. The real solution here is SSR. > > Although the `title` tag might seem special...

> Shameless bump A couple of years later, I think much better, it's very easy to create a custom component that wraps the behavior. I'll share the code :)

> found the answer after checking source code, you pass state to > what is odd is that the tabs indexes are 1,3,5 etc instead of 0,1,2... > > UPDATE:...