Skip to content

Fix import paths to use relative paths in product code#5338

Merged
dzearing merged 3 commits intomicrosoft:masterfrom
leddie24:fixImportPaths
Jun 26, 2018
Merged

Fix import paths to use relative paths in product code#5338
dzearing merged 3 commits intomicrosoft:masterfrom
leddie24:fixImportPaths

Conversation

@leddie24
Copy link
Copy Markdown
Collaborator

@leddie24 leddie24 commented Jun 25, 2018

Pull request checklist

  • Addresses an existing issue: Fixes #0000
  • Include a change request file using $ npm run change

Description of changes

Fix import paths in product code to point to relative paths instead of 'office-ui-fabric-react/lib...' paths

Focus areas to test

(optional)

Microsoft Reviewers: Open in CodeFlow

@leddie24 leddie24 requested a review from dzearing June 25, 2018 22:07
@leddie24 leddie24 requested a review from joschect as a code owner June 25, 2018 22:07
import { IPositioningContainerTypes } from './PositioningContainer.types';
import { getClassNames } from './PositioningContainer.styles';
import { Layer } from 'office-ui-fabric-react/lib/Layer';
import { Layer } from './../../Layer';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove initial extra dot

@dzearing dzearing merged commit e2076e1 into microsoft:master Jun 26, 2018
@leddie24 leddie24 deleted the fixImportPaths branch June 26, 2018 18:39
dzearing pushed a commit that referenced this pull request Jul 24, 2018
…5656)

* Cherry pick Coachmark: Positioning fixes (#4995) e87289b

* Cherry pick TeachingBubble/Coachmark: Fix TeachingBubble content wrapping to next line unnecessarily (#5121) 72bab3c

* Cherrry pick Fix import paths to use relative paths in product code (#5338) e2076e1

* Cherry pick Coachmark accessibility #5155 7a36bb9

* Revert formatting back to 5.0 in Coachmark.tsx

* Fix unnecessary ; and change " to '

* Fix merge conflicts for Coachmark.Basic.Example.tsx

* " to '

* Fix imports for TeachingBubble.tsx

* Update TeachinBubbleContent, update TeachingBubble snapshot

* Update snapshot.  Fix TeachingBubble.types

* Fix import for RefObject

* Fix some inadvertent formatting from prettier.
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants