MCPcopy Index your code
hub / github.com/pmndrs/react-spring / set

Method set

packages/core/src/hooks/useSpring.test.tsx:418–418  ·  view source on GitHub ↗
(values: ISpringContext)

Source from the content-addressed store, hash-verified

416
417interface TestContext extends ISpringContext {
418 set(values: ISpringContext): Promise<void>
419}
420
421function createUpdater(Component: React.ComponentType<{ args: [any, any?] }>) {

Callers 4

handleIntersectionFunction · 0.65
useSpring.test.tsxFile · 0.65
onClickFunction · 0.65
useTransitionFunction · 0.65

Implementers 3

Controllerpackages/core/src/Controller.ts
SpringValuepackages/core/src/SpringValue.ts
TestFluidtargets/web/src/animated.test.tsx

Calls

no outgoing calls

Tested by 1

onClickFunction · 0.52