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
I'm observing this issue as well. It looks like it was introduced with release v6.2.1.5. I'm not able to replicate the problem if I downgrade to v6.1.0.
The suggested fix from @trinks-slam818 above points to a possible work around as well.
The issue happens when returning base.OnInitializedAsync() from the override:
Basically, whenever I'm currently using an override for OnItializedAsync I'm getting
even when the function looks like this:
Also doesn't seem to be an actual problem because the whole thing compiles and runs anyway.
The text was updated successfully, but these errors were encountered: