From d5730bae58867227d7be4502d6f98c0f2a80b957 Mon Sep 17 00:00:00 2001 From: David Han Sze Chuen Date: Wed, 27 May 2020 20:31:12 -0700 Subject: [PATCH] fix(fbt): FbtTranslations: fix Flow type error due to importing a non-strict file into a strict one Differential Revision: D21757963 fbshipit-source-id: 0ff3e0f3f33800e42fffe0fce58e6259e5f423ae --- runtime/nonfb/FbtTranslations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/nonfb/FbtTranslations.js b/runtime/nonfb/FbtTranslations.js index b994bea8..f875aa43 100644 --- a/runtime/nonfb/FbtTranslations.js +++ b/runtime/nonfb/FbtTranslations.js @@ -4,7 +4,7 @@ * Dummy class on www. Fetches translations from language packs on RN/CS. * * @emails oncall+internationalization - * @flow strict + * @flow strict-local * @format */