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

Function resetInputPointers

code/styling/public/app.js:8353–8356  ·  view source on GitHub ↗
(workInProgress, instance)

Source from the content-addressed store, hash-verified

8351 }
8352
8353 function resetInputPointers(workInProgress, instance) {
8354 instance.props = workInProgress.memoizedProps;
8355 instance.state = workInProgress.memoizedState;
8356 }
8357
8358 function adoptClassInstance(workInProgress, instance) {
8359 instance.updater = updater;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected