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

Function resetInputPointers

code/redux/public/app.js:8604–8607  ·  view source on GitHub ↗
(workInProgress, instance)

Source from the content-addressed store, hash-verified

8602 }
8603
8604 function resetInputPointers(workInProgress, instance) {
8605 instance.props = workInProgress.memoizedProps;
8606 instance.state = workInProgress.memoizedState;
8607 }
8608
8609 function adoptClassInstance(workInProgress, instance) {
8610 instance.updater = updater;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected