You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Blazor project, I am using a 3rd-party package which is wrapping a JS library to render charts. AntDesign.Charts
I have noticed that there are some errors which can be thrown from the JS, that this package wraps, which are not causing the yellow bar of death to appear, but instead are just being shown in the developer console.
This make me assume that these JS errors are not being capture by the Blazor Framework?
Is this a bug in the framework, or are there scenarios where JS errors will not be caught by Blazor and will happen silently in the background?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a Blazor project, I am using a 3rd-party package which is wrapping a JS library to render charts. AntDesign.Charts
I have noticed that there are some errors which can be thrown from the JS, that this package wraps, which are not causing the yellow bar of death to appear, but instead are just being shown in the developer console.
This make me assume that these JS errors are not being capture by the Blazor Framework?
Is this a bug in the framework, or are there scenarios where JS errors will not be caught by Blazor and will happen silently in the background?
This is a WASM project.
Beta Was this translation helpful? Give feedback.
All reactions