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

Function resetInputPointers

code/event-handlers/public/app.js:7683–7686  ·  view source on GitHub ↗
(workInProgress, instance)

Source from the content-addressed store, hash-verified

7681 }
7682
7683 function resetInputPointers(workInProgress, instance) {
7684 instance.props = workInProgress.memoizedProps;
7685 instance.state = workInProgress.memoizedState;
7686 }
7687
7688 function adoptClassInstance(workInProgress, instance) {
7689 instance.updater = updater;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected