mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8fbcd499bd
Moved ReactFiberClassComponent validateCallback() helper function into a standalone util used by both fiber and stack implementations. Validation now happens in ReactFiberUpdateQueue so that non-DOM renderers will also benefit from it.