mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This makes it more difficult to find bugs in mixins both dynamically and using a static type system. We also don't have a way to find these to be upgraded to a new mixin syntax if we needed to. This hook is currently an optional noop but could be made required to create a mixin class.