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:
Sam Zhou
2022-05-03 13:50:45 -07:00
committed by Facebook GitHub Bot
parent 598c2e02fd
commit c8550bb5fa
+1 -1
View File
@@ -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}