mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50223 This is an implementation detail of React and better not make it leak everywhere. It's not used quite often even in react-native codebase, so it's better to just suppress the error on each call site. Currently it's typed as any, so there is not much type safety lost anyways. Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D71687426 fbshipit-source-id: 7373bcd9bedcfcb95a10fa02e6a04399ccab91f0