-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
[Bug]: JSBreakpointModule throwing exceptions #5482
Comments
What I can image that there are certain scenarios where this
|
Possible will need to check if the DOM is ready before trying to access it: https://stackoverflow.com/questions/8100576/how-to-check-if-dom-is-ready-without-a-framework |
I'm leaving this here in case we need it https://kristoffer-strube.dk/post/cancelling-long-running-jsinterop-calls/ |
I actually see this error a lot now in our server logs making it a bit more urgent. |
It should be fixed in the latest 1.6 release. |
Blazorise Version
1.5.1
What Blazorise provider are you running on?
Material
Link to minimal reproduction or a simple code snippet
I see following JSException in our logs with multiple stacktraces. Don't know the rootcause yet, but all trace back to the
JSBreakpointModule
The text was updated successfully, but these errors were encountered: