mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
It's not just events that read the current props. Controlled components do as well. Since we're no longer updating the Fiber pointer during updates we have to instead read from the node props to get the current props. Since this method is no longer just used for events I renamed it.