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
react-native-macos: 0.64.10
Build an app in release mode with npx react-native run-macos --configuration Release. Then cause a warning to happen
npx react-native run-macos --configuration Release
One easy way to trigger a warning (this should probably be a separate issue):
Warnings should be silently ignored in release mode
No response
The text was updated successfully, but these errors were encountered:
Thanks for filing this! I'm seeing this behavior too in the rn-tester project. Seems like a good bug worth looking in to.
Sorry, something went wrong.
Could you try to repro this again on 0.64.14 or later? A fix went in to disable dev mode in release builds recently that might impact this.
Just verified that we no longer show debug LogBoxes in release builds as of commit 2bb6d93ed6443c0fbbddf2748deb2945316cb7ce so closing this issue.
2bb6d93ed6443c0fbbddf2748deb2945316cb7ce
No branches or pull requests
Environment
Steps to reproduce the bug
Build an app in release mode with
npx react-native run-macos --configuration Release
. Then cause a warning to happenOne easy way to trigger a warning (this should probably be a separate issue):
Expected Behavior
Warnings should be silently ignored in release mode
Actual Behavior
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: