You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ReactFiberReconciler annotation to include PI (#8751)
* Fix ReactFiberReconciler annotation to include `PI`
#8628 (comment)
* Make getPublicInstance type safe
* attempting to trigger the issue @sebmarkbage described
#8751 (comment)
* Unify renderer-specific getPublicInstance with getRootInstance
* Switch on fiber type HostComponent for getPublicRootInstance
* Fix test that was too dynamic (and failing)
* Use PI in reconciler public API
* Prettier
0 commit comments