Manav Misra

Results 15 comments of Manav Misra

Yes, this works for animating event in when slide is activated. What I am wondering about is how to animate in a single bullet point, for example, when we advance...

I for one can say that I can install and integrate: `@tailwindcss/forms` and it has 0 affect on this Prettier plugin. I don't particular care for the defaults put forth...

@lloydbanks Regarding server crashes, yeah, it definitely happens with multiple 'deletes.' NS what threshold is maybe more than 3 per second?

For ESLint configuration: `jsx-a11y/label-has-associated-control: ["error", { assert: "either" } ]`

`"vuejs-datepicker": "1.5.3",` has `"opened"`. Gone in `"1.5.4"`

```javascript import { GoogleFont } from "react-typography"; ``` This will work by just artificially dumping the `

Can we disable controls for the whole story without going into the each and every prop? There are only 2️⃣ , but still...:)

> > ## Description > > The `requirements.txt` + `pip` is, IMHO, outdated. Instead, Poetry should be used, for proper package management. > > ### Implementation > > #### No...

As from today, it's still an issue. Essentially `canSubmit` lies 🤥 . I have resolved from my side by doing like this 1️⃣ : ```tsx state} children={(state) => ( )}...

I didn't know about `slowMo` until I came across this 🧵 . However, I have gone from using `geByLabel` to `getByLocator` and now there are at least fewer flake issues....