()
| 8 | let t: SpringValue<number> |
| 9 | |
| 10 | const Child = () => { |
| 11 | t = useSpring({ t: 1, from: { t: 0 } }).t |
| 12 | return null |
| 13 | } |
| 14 | |
| 15 | const update = createUpdater(props => ( |
| 16 | <SpringContextProvider {...props}> |
nothing calls this directly
no test coverage detected
searching dependent graphs…