chore: slot api react v17/18 support#34154
Merged
dmytrokirpa merged 3 commits intoApr 22, 2025
Merged
Conversation
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
2 times, most recently
from
April 8, 2025 09:47
c7fead2 to
4990ea1
Compare
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 11, 2025 12:10
02e72b9 to
419e62c
Compare
📊 Bundle size reportUnchanged fixtures
|
|
Pull request demo site: URL |
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
4 times, most recently
from
April 16, 2025 13:43
ebe7f8c to
2502467
Compare
dmytrokirpa
marked this pull request as ready for review
April 16, 2025 16:55
dmytrokirpa
requested review from
a team,
GeoffCoxMSFT,
ThomasMichon,
behowell,
dzearing,
khmakoto and
spmonahan
as code owners
April 16, 2025 16:55
dmytrokirpa
requested review from
a team,
JustSlone,
jurokapsiar and
tudorpopams
as code owners
April 16, 2025 16:55
marcosmoura
approved these changes
Apr 16, 2025
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 17, 2025 08:41
f935eb0 to
8a66bce
Compare
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 17, 2025 08:57
8a66bce to
4f2b768
Compare
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 17, 2025 10:59
4f2b768 to
09990ed
Compare
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 17, 2025 11:30
09990ed to
833398d
Compare
dmytrokirpa
force-pushed
the
chore--slot-API-react-v17/18-support
branch
from
April 17, 2025 13:09
833398d to
49d1094
Compare
Hotell
force-pushed
the
react-components/react-18
branch
from
April 17, 2025 15:02
5528da5 to
836298e
Compare
dmytrokirpa
enabled auto-merge (squash)
April 17, 2025 15:17
Collaborator
|
This looks like a fairly large PR, @dmytrokirpa can we get a description? Thanks! |
dmytrokirpa
disabled auto-merge
April 17, 2025 17:23
Contributor
Author
Sorry for the ping, it's not ready for review yet as we don't plan to merge it to master at this time. We want to test it on partners' codebases first and batch all React 18 changes into a single branch to merge all together when it's ready. |
This was referenced Apr 28, 2025
dmytrokirpa
added a commit
to dmytrokirpa/fluentui
that referenced
this pull request
May 27, 2025
This file contains hidden or 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
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.

This PR is an attempt to fix the Slot API type issues in React 18. It's not intended to be merged into master yet, as we want to ensure that it works as expected in partners codebases before release, so the target branch is
react-components/react-18.This PR is based on @bsunderhus's PR - #31548 with some modifications.
There no changes to the components public API, the only public surface API changes in this PR are
react-utilitiesSlot-related types.Related Issue(s)