-
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
Moving SelectedItemsList to @fluentui/react-internal package #15430
Moving SelectedItemsList to @fluentui/react-internal package #15430
Conversation
Thanks for submitting this change, but due to work currently in progress to prepare |
@@ -139,8 +139,8 @@ export class ExtendedPeoplePickerControlledExample extends React.Component<{}, I | |||
copyMenuItemText: 'Copy name', | |||
editMenuItemText: 'Edit', | |||
getEditingItemText: this._getEditingItemText, | |||
onRenderFloatingPicker: FloatingPeoplePicker, | |||
floatingPickerProps: this._floatingPickerProps, | |||
onRenderFloatingPicker: FloatingPeoplePicker as any, |
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.
Do you know why this was needed?
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.
It is because the import for SelectedItemsList comes from react-internal
while FloatingPeoplePicker comes from react-next
.
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.
LGTM but probably @joschect should review too.
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
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 c17b863:
|
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: bbef6869c91cf388b5a1e7f33a869ef23476973c (build) |
Pull request checklist
$ yarn change
Description of changes
SelectedItemsList
from react-next to react-internal (including strict mode fixes from Floating Pickers: Make pickers strict mode compliant #15131)SelectedItemsList
in react-internal.SelectedItemsListNext
to be removed.SelectedItemsList
.