MCPcopy
hub / github.com/pmndrs/react-spring / Child

Function Child

packages/core/src/SpringContext.test.tsx:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}>

Callers

nothing calls this directly

Calls 1

useSpringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…