Brandon Leichty

Results 6 comments of Brandon Leichty

I’m also running into this same issue and am curious if there are any updates?

I'm also quite curious about this one. I've had to use `hidden` in all of my forms, rather than conditional rendering. Which doesn't feel great—especially for future readers of the...

@jiji-hoon96 does this mean the issue should be resolved?

I'm running into this exact same issue in my current project, and had to rewrite everything so that fields aren't mounted/unmounted. As a workaround, I'm using the `hidden` HTML attribute—which...

@marc-at-brightnight @LeCarbonator This is obviously less-than-ideal, but hopefully it provides some insights into the issue. Looking at Marc's [Stackblitz](https://stackblitz.com/edit/vitejs-vite-8bcuwtpv?file=src%2FApp.tsx), if you add: ```ts function toggleVisibility() { flushSync(() => { setShow((v)...