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

Function _onChange

packages/core/src/FrameValue.ts:86–93  ·  view source on GitHub ↗

Tell our children about our new value

(value: T, idle = false)

Source from the content-addressed store, hash-verified

84
85 /** Tell our children about our new value */
86 protected _onChange(value: T, idle = false) {
87 callFluidObservers(this, {
88 type: 'change',
89 parent: this,
90 value,
91 idle,
92 })
93 }
94
95 /** Tell our children about our new priority */
96 protected _onPriorityChange(priority: number) {

Callers

nothing calls this directly

Calls 1

callFluidObserversFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…