We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When opening React devtools, there's a warning:
This page includes an extra development build of React. 🚧
The React build on this page includes both development and production versions because dead code elimination has not been applied correctly.
This makes its size larger, and causes React to run slower.
Make sure to set up dead code elimination before deployment.
Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.
This makes it hard to profile the page and get a better holistic sense of what's going on. I'm getting timeouts when I try to inspect elements:
The text was updated successfully, but these errors were encountered:
haha, this is because my repo does indeed include an extra development build of React. Oops. Closing.
Sorry, something went wrong.
Ugh, as much as my repo includes an extra build, this repo's docs shouldn't. Re-opening.
No branches or pull requests
When opening React devtools, there's a warning:
This page includes an extra development build of React. 🚧
The React build on this page includes both development and production versions because dead code elimination has not been applied correctly.
This makes its size larger, and causes React to run slower.
Make sure to set up dead code elimination before deployment.
Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.
This makes it hard to profile the page and get a better holistic sense of what's going on. I'm getting timeouts when I try to inspect elements:
The text was updated successfully, but these errors were encountered: