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

Function resetInputPointers

code/dependency-injection/public/app.js:8446–8449  ·  view source on GitHub ↗
(workInProgress, instance)

Source from the content-addressed store, hash-verified

8444 }
8445
8446 function resetInputPointers(workInProgress, instance) {
8447 instance.props = workInProgress.memoizedProps;
8448 instance.state = workInProgress.memoizedState;
8449 }
8450
8451 function adoptClassInstance(workInProgress, instance) {
8452 instance.updater = updater;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected