From 8f1533f4d84bfc8c2bebfac13d7a3dbf2dea7ead Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 17 Sep 2019 21:10:51 +0200 Subject: [PATCH] [react-ui] Fix bundle name [hotfix] (#16811) --- scripts/rollup/bundles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index b30648c810..cddfefc2d4 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -678,7 +678,7 @@ const bundles = [ bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD], moduleType: NON_FIBER_RENDERER, entry: 'react-ui/accessibility/tab-focus', - global: 'TabFocus', + global: 'ReactTabFocus', externals: [ 'react', 'react-ui/events/keyboard',