MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / resetInputPointers

Function resetInputPointers

code/third-party/public/app.js:7586–7589  ·  view source on GitHub ↗
(workInProgress, instance)

Source from the content-addressed store, hash-verified

7584 }
7585
7586 function resetInputPointers(workInProgress, instance) {
7587 instance.props = workInProgress.memoizedProps;
7588 instance.state = workInProgress.memoizedState;
7589 }
7590
7591 function adoptClassInstance(workInProgress, instance) {
7592 instance.updater = updater;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected