Alex Katz

Results 4 comments of Alex Katz

https://github.com/zbirenbaum/copilot.lua/assets/4224538/5e3ca35a-6c2c-4c2d-b4ee-ef76d8294699 Ah, interesting. Here's me trying with `windwp/nvim-autopairs` and I'm still seeing it, though intermittently. Again, this all goes away if auto-pair plugins are disabled. I'm curious though if anyone...

I'm also running into this issue. I need to clear a form field, but setting `undefined` causes the form's initial value to reappear instead. I've also resorted to using `null`,...

I was running into this issue on 10.0.1. My spring values were inexplicably resetting to their initial values when their parent component re-rendered. I fixed it here: https://github.com/pmndrs/react-spring/issues/2385#issuecomment-3165592914. To reiterate,...

> Ran into the same behavior. For some reason, it helps to explicitly mark the initial and pending values with **from:** and **to:**. > > ``` > const [heightSpring, heightSpringAPI]...