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
@dajma00 Yup, you can setup the Auto render mode in the app root if you want, but you'll need to move any code you want to run on the client to the client project. We're adding a template option to the Blazor Web App template that will set this up for you: dotnet/aspnetcore#50684
Is it possible to assign Auto mode to all the app components, without specifying for each component using the
@attribute [RenderModeAuto]
?The text was updated successfully, but these errors were encountered: