Skip to content

Commit 8f1533f

Browse files
authored
[react-ui] Fix bundle name [hotfix] (#16811)
1 parent 7c802de commit 8f1533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ const bundles = [
678678
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
679679
moduleType: NON_FIBER_RENDERER,
680680
entry: 'react-ui/accessibility/tab-focus',
681-
global: 'TabFocus',
681+
global: 'ReactTabFocus',
682682
externals: [
683683
'react',
684684
'react-ui/events/keyboard',

0 commit comments

Comments
 (0)