Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTemporarily disable Profiler commit hooks flag #19900
Merged
+4
−1
Conversation
|
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 d548a66:
|
Details of bundled changes.Comparing: 9198a5c...d548a66 react-dom
react-art
ReactDOM: size: 0.0%, gzip: 0.0% Size changes (experimental) |
Details of bundled changes.Comparing: 9198a5c...d548a66 react-dom
react-art
ReactDOM: size: 0.0%, gzip: 0.0% Size changes (stable) |
54292ad
to
8f13427
…cause a regression.
8f13427
to
f412961
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.
This will enable us to enable/disable it on www to see if it causes a regression.
At first I thought I'd make this flag static. Converting a static flag to dynamic isn't great, but this particular flag doesn't add any additional fields to a
Fiber. However it would add an additional runtime check to a hot path so I'm going to just disable it entirely for now.This PR does not need to land to take this measurement. I'll do an out-of-band sync with it.