-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add react-dom to default plugin external libraries #55451
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
Add react-dom to default plugin external libraries #55451
Conversation
|
cc: @shubhamraj-git |
|
Wait, adding a modal requires react-dom? |
It seems... unfortunately yes. Else the |
bbovenzi
left a comment
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.
This isn't related to the Portal issues though. That needs to be explored more
Backport failed to create: v3-0-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker f80d308 v3-0-testThis should apply the commit to the v3-0-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
|
No backport that's for 3.1.0 |
(cherry picked from commit f80d308)
Follow up of: #55348
Adds
react-domto default external libraries when generating a react app plugin with the boostrapping tool.Adding a modal is a fairly common use case and users shouldn't have to modify their vite config to achieve that.