see lifecycle docs:
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-7.0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
In my app, I need dynamic show a component, and setup init value of this component. However, sometimes, it seems the component had not been finish the rendering when I setup the it's value.
In Vue, there is a function nexttick, and it will automaticed called after the component rendered. Is there any function like it in blazor?
BTW, the component is blazormonaco for example.
Thanks.
Jeffers