Danilo Cabello

Results 60 comments of Danilo Cabello

With twin I got better error output: ``` ✕ bg-purple was not found ``` I was able to create a button without colors but white: ``` const Button = tw.button`...

A fresh installation added 2:30 minutes to our CI build (now at 5 minutes), the same workflow has 7 other apps using other technologies. Locally it takes even longer not...

I had a different but similar issue, the elements in the drawer are dynamic coming form an array of items that render buttons. When I use the drawer once, it...

It's likely complete instead of abandoned, are you looking for a specific feature or bug fix?

Turns out the issue was on our codebase. AFAIK intl-tel-input is "uncontrolled", it tracks the data changes itself and has a few callback bridges to React land. We were rendering...

Could this explain why on one machine running yarn lint shows hundreds of `import/no-unresolved` eslint errors while the other is just fine? Like if yarn patch fails to apply it's...

Facing similar issue with `await signInWithCustomToken(auth, customFirebaseToken)` on Windows 10 + Chrome 126 and 127. We issue the token in the backend using a service account and then use `signInWithCustomToken`...

Still seeing this issue, with: ``` ``` I also tried: ``` posthog.init(env.publicPostHogApiKey(), postHogOptions) ``` And got a similar error in the console. Client was already loaded elsewhere, this could cause...

Ditto! I did not have this issue on tailwind v3, it showed up just after upgrading to v4. Removing the slide outs and in fixed the dialog, instead of sliding...