-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore: use consistent react imports #33252
Merged
mainframev
merged 23 commits into
microsoft:master
from
mainframev:chore/enforce-react-usage-style
Nov 19, 2024
Merged
chore: use consistent react imports #33252
mainframev
merged 23 commits into
microsoft:master
from
mainframev:chore/enforce-react-usage-style
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🕵 fluentui-web-components-v3 No visual regressions between this PR and main |
fabricteam
reviewed
Nov 11, 2024
📊 Bundle size reportUnchanged fixtures
|
🕵 FluentUIV0 No visual regressions between this PR and main |
fabricteam
reviewed
Nov 11, 2024
Pull request demo site: URL |
mainframev
requested review from
dzearing,
a team,
spmonahan,
ThomasMichon,
Mitch-At-Work,
marcosmoura and
ms-acalzaretto
as code owners
November 12, 2024 10:14
layershifter
approved these changes
Nov 12, 2024
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.
❤️
spmonahan
reviewed
Nov 12, 2024
spmonahan
approved these changes
Nov 12, 2024
marcosmoura
approved these changes
Nov 15, 2024
mltejera
approved these changes
Nov 18, 2024
khmakoto
approved these changes
Nov 18, 2024
change/@fluentui-react-carousel-2fd060d4-8927-4fad-ac77-a4d9a961edef.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-combobox-ff8d2861-0f7d-4585-ad62-d2f17cde044c.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-dialog-9a14536f-d842-45ec-8829-803453bf5434.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-drawer-43898d04-c900-4b23-ba4c-1e03c79abd72.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-hooks-898a9021-d91b-4dd9-a74f-1455fb9dd6b4.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-tabster-c49cfa54-598a-4f4f-a244-d3c84178285a.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-teaching-popover-b354d501-3075-4470-92bc-e1d972ad5a2c.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-text-4680d44c-8f58-46d0-84b4-f8283683e6cb.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-utilities-16671646-05ef-4d07-81e0-d717c15d351b.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-virtualizer-14fe38c6-aec9-4600-af3a-a645b1d1e147.json
Outdated
Show resolved
Hide resolved
…5b1d1e147.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-text-4680d44c-8f58-46d0-84b4-f8283683e6cb.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-teaching-popover-b354d501-3075-4470-92bc-e1d972ad5a2c.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-utilities-16671646-05ef-4d07-81e0-d717c15d351b.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-tabster-c49cfa54-598a-4f4f-a244-d3c84178285a.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-hooks-898a9021-d91b-4dd9-a74f-1455fb9dd6b4.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-drawer-43898d04-c900-4b23-ba4c-1e03c79abd72.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-dialog-9a14536f-d842-45ec-8829-803453bf5434.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-combobox-ff8d2861-0f7d-4585-ad62-d2f17cde044c.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com> Update change/@fluentui-react-carousel-2fd060d4-8927-4fad-ac77-a4d9a961edef.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>
mainframev
force-pushed
the
chore/enforce-react-usage-style
branch
from
November 19, 2024 06:09
6d7c176
to
00a61a3
Compare
AtishayMsft
approved these changes
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Making our react imports more consistent, added
no-restricted-syntax
rule to our internal config here. This change applied to Fluent UI v8 as well, as it introduced minimal ESLint errors.Previous Behavior
Allowed named imports from react
New Behavior
Resticted named imports from react
Related Issue(s)
React
usage style #30007