[bug]: Can't represent nullable values in spring #2295
Open
Description
Which react-spring target are you using?
-
@react-spring/web
-
@react-spring/three
-
@react-spring/native
-
@react-spring/konva
-
@react-spring/zdog
What version of react-spring are you using?
9.7.3
What's Wrong?
When I set a spring to null
, especially with immediate: true
, I expect it to happen (undefined
would also work).
To Reproduce
Expected Behaviour
override spring should be set to null when override state is, but it is not.