MCPcopy
hub / github.com/facebook/react / mutate

Function mutate

packages/use-subscription/src/__tests__/useSubscription-test.js:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 const input = document.createElement('input');
552
553 const mutate = value => {
554 input.value = value;
555 input.dispatchEvent(new Event('change'));
556 };
557
558 const subscription = {
559 getCurrentValue: () => input.value,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected