mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[react-ui] Fix bundle name [hotfix] (#16811)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user