-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
JSInterop improvements #8404
Comments
Please also check why await JsRuntime.InvokeAsync() awaits forever when used in Component.OnInitAsync() - it's a real show-stopper if an application needs data from JS for initialization. |
While we wait for an official solution, I have provided a nuget package to expose the PreRendering status |
I'm going to close this in favour of #8786, because there is now more detail over there. |
Right now we just throw an exception when JSInterop gets called within prerendering. We want to provide a better experience for that. There are a few ideas:
The text was updated successfully, but these errors were encountered: