-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Fabric from react-next to react-internal #15388
Move Fabric from react-next to react-internal #15388
Conversation
// import { Checkbox } from '../../Checkbox'; | ||
// import { Customizer } from '../../Utilities'; | ||
// import { createTheme } from '../../Styling'; | ||
import { Checkbox } from '@fluentui/react/lib/Checkbox'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzearing This component is not present in react-internal. What component within react-internal would you recommend using instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now let's just comment out this import and the parts of the test that use it, unless someone has a suggestion right away for another component to use.
/azp run |
No pipelines are associated with this pull request. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b5df64d:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
You'll probably need to update snapshots in |
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: 424951d0fd5b15fccdf4234d546e993316acb285 (build) |
Perf Analysis
All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Pull request checklist
$ yarn change
This PR moves the version of
Fabric
existing in@fluentui/react-next
to@fluentui/react-internal
. As part of this API and snapshots were updated, and the versions of these components in @fluentui/react-next now re-export the versions in @fluentui/react-internal.Focus areas to test
(optional)