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
It's pretty common to forget that you need to enable an interactive render mode to use interactive features, like handling UI events. For example: https://learn.microsoft.com/en-us/answers/questions/1789186/blazor-web-app-is-not-working-for-any-events-butto. It would nice if the editor provided some sort of warning or diagnostic to let you know that the interactive feature won't work until you enable one of the interactive render modes.