mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add annotations to unannotated variable declarations [manually-modified]
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D36085338 fbshipit-source-id: 34d421ad3fd4595c13e7a45256666112f8607fbe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
598c2e02fd
commit
c8550bb5fa
@@ -38,7 +38,7 @@ function renderApplication<Props: Object>(
|
||||
|
||||
const performanceLogger = scopedPerformanceLogger ?? GlobalPerformanceLogger;
|
||||
|
||||
let renderable = (
|
||||
let renderable: React.MixedElement = (
|
||||
<PerformanceLoggerContext.Provider value={performanceLogger}>
|
||||
<AppContainer
|
||||
rootTag={rootTag}
|
||||
|
||||
Reference in New Issue
Block a user