forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate final few
React$AbstractComponent
(facebook#47163)
Summary: Pull Request resolved: facebook#47163 In order to adopt react 19's ref-as-prop model, we need to eliminate all the places where they are treated differently. `React.AbstractComponent` is the worst example of this, and we need to eliminate it. This diff replaces final few in libdefs. Changelog: [internal] Reviewed By: alexmckenley Differential Revision: D64776942 fbshipit-source-id: 5e96c6d4fecb1b6cf539a00aecb10b9b35fc140b
- Loading branch information
1 parent
7715a95
commit aadb1d9
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters