From ce0b0378d754fc8af8a6e9b19c4f8d71b090706e Mon Sep 17 00:00:00 2001 From: Thomas Michon Date: Wed, 9 May 2018 10:33:12 -0700 Subject: [PATCH 1/2] Fix import of ContextualMenuItemWrapper --- .../src/components/ContextualMenu/ContextualMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/office-ui-fabric-react/src/components/ContextualMenu/ContextualMenu.tsx b/packages/office-ui-fabric-react/src/components/ContextualMenu/ContextualMenu.tsx index 9bc07b6549c2f8..b25afa7134353d 100644 --- a/packages/office-ui-fabric-react/src/components/ContextualMenu/ContextualMenu.tsx +++ b/packages/office-ui-fabric-react/src/components/ContextualMenu/ContextualMenu.tsx @@ -28,7 +28,7 @@ import { withResponsiveMode, ResponsiveMode } from '../../utilities/decorators/w import { Callout } from '../../Callout'; import { IIconProps } from '../../Icon'; import { ContextualMenuItem } from './ContextualMenuItem'; -import { ContextualMenuSplitButton, ContextualMenuButton, ContextualMenuAnchor } from './ContextualMenuItemWrapper'; +import { ContextualMenuSplitButton, ContextualMenuButton, ContextualMenuAnchor } from './ContextualMenuItemWrapper/index'; export interface IContextualMenuState { expandedMenuItemKey?: string; From 499a2089a5d6ef90ac02a339e9f2f53a4c193bd0 Mon Sep 17 00:00:00 2001 From: Thomas Michon Date: Wed, 9 May 2018 10:33:32 -0700 Subject: [PATCH 2/2] Update change output --- .../no-index_2018-05-09-17-33.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/office-ui-fabric-react/no-index_2018-05-09-17-33.json diff --git a/common/changes/office-ui-fabric-react/no-index_2018-05-09-17-33.json b/common/changes/office-ui-fabric-react/no-index_2018-05-09-17-33.json new file mode 100644 index 00000000000000..1b1587e35f6a9f --- /dev/null +++ b/common/changes/office-ui-fabric-react/no-index_2018-05-09-17-33.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Fix index import", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "tmichon@microsoft.com" +} \ No newline at end of file