This: https://github.com/facebook/react/blob/8e5f12ca6c18fb48ea71cba6bfa9bd7cf499ccb6/packages/react-reconciler/src/ReactFiberBeginWork.js#L217 might mean that `_owner.stateNode` is `null`. So assumption like this leads to runtime failure in DEV: https://github.com/facebook/react/blob/8e5f12ca6c18fb48ea71cba6bfa9bd7cf499ccb6/packages/react-dom/src/client/ReactDOM.js#L1131 We should fix up all such code sites.