-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Disable classic features in the modern WWW build #18013
Conversation
For example, ReactDOM rather than ReactDOMFB.
This doesn't change any of them yet.
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 0a11ab3:
|
Details of bundled changes.Comparing: ab7b83a...0a11ab3 react-dom
ReactDOM: size: 0.0%, gzip: -0.0% Size changes (experimental) |
Details of bundled changes.Comparing: ab7b83a...0a11ab3 react-dom
ReactDOM: size: 0.0%, gzip: 0.0% Size changes (stable) |
throw new Error('Not implemented.'); | ||
} | ||
|
||
export const enableDeprecatedFlareAPI = true; |
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.
Can we add a comment to group the two sets up more? I’m worried people will add to the bottom of this list and it will get muddled up otherwise.
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 is 100% copy paste from the other file. I agree we should clean it up but let's do this separately from this PR.
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.
Sounds good.
This field doesn't exist without User Timing.
We did this differently. |
Builds on #18009 + #18012
This drops a bunch of features from the WWW modern builds. I set it to pretty aggressive so we can try that and see what we have to revert.
See individual commits for closer details.