| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportPatch coverage has no change and project coverage change: -0.12 ⚠️ Additional details and impacted files @@ Coverage Diff @@
## master #4849 +/- ##
==========================================
- Coverage 91.96% 91.84% -0.12%
==========================================
Files 16 16
Lines 1704 1704
Branches 647 647
==========================================
- Hits 1567 1565 -2
- Misses 126 128 +2
Partials 11 11 see 1 file with indirect coverage changes ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
How do I make unhandled promise rejection not overlay displays, so that it behaves the same as before. |
Sorry, something went wrong.
overlay: {
++runtimeErrors: false,
errors: true,
warnings: false,
},This is the same behavior as before. |
Sorry, something went wrong.
|
This feature gave us so much headache that we had to downgrade to the previous version. |
Sorry, something went wrong.
|
@keremcanb just disable it using options |
Sorry, something went wrong.
|
We are running on CRA, which is not ejected. Also we don't want to disable
all runtime error messages.
…On Wed, May 31, 2023, 21:58 Alexander Akait ***@***.***> wrote:
@keremcanb <https://github.com/keremcanb> just disable it using options
—
Reply to this email directly, view it on GitHub
<#4849 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTCKFLRXSYOV22F7ZKVAKTXI5MB5ANCNFSM6AAAAAAXYT23FA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry, something went wrong.
|
You can filter them, sorry we will not remove this feature |
Sorry, something went wrong.
|
It should be break change! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
overlay.runtimeErrors should capture unhandled Promise rejection, as it's still runtime error, just async in nature.
Breaking Changes
Not breaking change.
Additional Info
Part of #3689