Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions common/changes/tooltiphost-fix_2017-04-28-17-38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "TooltipHost: Fixing AMD import to pull getId from the Utilities AMD-friendly top-level import.",
"type": "patch"
}
],
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
css,
divProperties,
getNativeProps,
getId,
assign,
hasOverflow
} from '../../Utilities';
Expand All @@ -16,7 +17,6 @@ import { TooltipDelay } from './Tooltip.Props';

import * as stylesImport from './TooltipHost.scss';
const styles: any = stylesImport;
import { getId } from '@uifabric/utilities';

export interface ITooltipHostState {
isTooltipVisible?: boolean;
Expand Down