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
Nullability of reference types in type of parameter 'arg' of 'Task ReceiverBase.HandleEventAsync(EventCallbackWorkItem item, object arg)' doesn't match implicitly implemented member 'Task IHandleEvent.HandleEventAsync(EventCallbackWorkItem item, object? arg)' (possibly because of nullability attributes).
Non-nullable field '_jsRuntimeCommonApi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.