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
Describe the bug
Unexpected token . in Blazor Webview I'm encountering a SyntaxError: Unexpected token . in my Blazor Webview application. The error details are as follows:
With further looking into the problem it seems the ? in const overflowState = document.body?.style.overflow; is the problem.
I created a pull request to resolve this issue.
Describe the bug
Unexpected token . in Blazor Webview I'm encountering a SyntaxError: Unexpected token . in my Blazor Webview application. The error details are as follows:
To Reproduce
Steps to reproduce the behavior:
CascadingBlazoredModal
around the router as mentioned in the documentationExpected behavior
App starts normally without any errors and I am able to show a modal after button click
Screenshots
Hosting Model (is this issue happening with a certain hosting model?):
Additional context
This is how my Routes.Razor looks like
I have tracked down the interop call location to this line in Blazored.Modal.
Looking at another (microsoft) component named QuickGrid I see that there is not really a difference.
The text was updated successfully, but these errors were encountered: