Mitchell Thompson

Results 4 comments of Mitchell Thompson

> Hi, same here on input field, HTML component got blur and I don't know why This isn't necessarily a fix, but I had this same issue and found that...

@drcmda @cptSwing I did some more testing and got a couple recordings. For some reason setting the styles above (caret-color, outline) on _just the input_ keeps the whole HTML object...

I found that I can pass `apiClassName` as a `generateApi` option as long as I flag it with `// @ts-ignore` and it will successfully apply to the output. I haven't...

Seeing this same issue with a `motion.video` inside of `AnimatePresence`; the ref callback is never called. Setting `mode` to `sync` correctly sets the ref. EDIT: This is on `11.0.6`