mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Fix ReactFiberReconciler annotation to include `PI` https://github.com/facebook/react/pull/8628#issuecomment-271970297 * Make getPublicInstance type safe * attempting to trigger the issue @sebmarkbage described https://github.com/facebook/react/pull/8751#discussion_r95669118 * 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