-
-
Notifications
You must be signed in to change notification settings - Fork 51.7k
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
chore: react-scan default not run #53161
Conversation
|
👁 Visual Regression Report for PR #53161 Passed ✅
🎊 Congrats! No visual-regression diff found. ![]() |
WalkthroughThis pull request modifies the behavior of the Changes
|
|
||
if (process.env.NODE_ENV !== 'production') { | ||
scan({ | ||
enabled: false, |
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.
Ensure that disabling the scan by default does not affect any critical functionality in development. This change should be thoroughly tested to confirm that it does not inadvertently hide important information during the development process.
More templates
commit: |
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #53161 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 770 770
Lines 13885 13885
Branches 3639 3639
=========================================
Hits 13885 13885 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: afc163 <afc163@gmail.com>
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
默认不开启扫描,好卡=.=

📝 Change Log