You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update input pointers even when shouldComponentUpdate returns false
We should be able to reuse work even if it is pre-empted by a high
priority update before flushing. Because memoizedProps and memoizedState
are read from the instance, the instance's input pointers (props, state,
context) should be updated even when shouldComponentUpdate causes a
bail-out.
0 commit comments