-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Blazor Custom Elements not rendering as/when expected #40318
Comments
Could you let us know what this error was? |
Hi @efonsecab. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hello @SteveSandersonMS, sure, this was the initial error. |
Thanks for contacting us. |
We're going to address this as part of #38447 work. |
Is there an existing issue for this?
Describe the bug
I have been testing the usage of Blazor Custom Elements inside an Angular App, which I understand is currently in an experimental phase.
I found a strange behavior of the component not rendering on the first load of the page, just after I navigate to other page and back.
Some of the errors were partially fixed by using LongPolling Transport, however, the value of the component's parameter keeps being null until you navigate away and back.
Expected Behavior
Render the component on the first page load
Steps To Reproduce
You can use this repo for reference: https://github.com/efonsecab/AngularWithBlazor
Exceptions (if any)
Initially I was getting an exception stating there was an error with WebSockets.
.NET Version
6.0.200
Anything else?
Not sure if this is expected, but the fetch seems to stay stuck on pending.
The text was updated successfully, but these errors were encountered: