mirror of
https://github.com/facebook/react.git
synced 2026-02-26 17:45:07 +00:00
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.