Skip to content

Commit

Permalink
fixces
Browse files Browse the repository at this point in the history
  • Loading branch information
xugao committed Oct 20, 2020
1 parent 3eb13d9 commit 122686b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('_supportedPackageToGlobalMap', () => {
'@fluentui/react': 'FluentUIReact',
'@fluentui/date-time-utilities': 'FluentUIReact',
'@fluentui/react-focus': 'FluentUIReact',
'@fluentui/foundation-legacy-legacy': 'FluentUIReact',
'@fluentui/foundation-legacy': 'FluentUIReact',
'@uifabric/icons': 'FluentUIReact',
'@uifabric/merge-styles': 'FluentUIReact',
'@fluentui/style-utilities': 'FluentUIReact',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (typesContext) {
// TODO: this probably needs to be dynamically generated so it doesn't break every time we
// add a new component package exported by @fluentui/react
{ packageName: '@fluentui/react', loadTypes },
{ packageName: '@fluentui/foundation-legacy-legacy', loadTypes },
{ packageName: '@fluentui/foundation-legacy', loadTypes },
{ packageName: '@uifabric/icons', loadTypes },
{ packageName: '@uifabric/merge-styles', loadTypes },
{ packageName: '@fluentui/react-focus', loadTypes },
Expand Down

0 comments on commit 122686b

Please sign in to comment.