Fedor Ivanenko
Fedor Ivanenko
+1 for - node 20.12.2 - next 15.1.6 - @million/lint 1.0.14 - pnpm - vscode Updating to next v15.2.0-canary.33 helped resolve build issues, but the VSCode extension doesn't detect the...
Same as #2385 . In version 10.0.1, spring ControllerUpdate for some reason need to be explicitly defined with from and to; otherwise, they flicker with the initial value on re-render...
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] = useSpring( () =>...