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
In ASP.NET Core 10 Preview 4, we have new methods available for IJSRuntime and IJSObjectReference for getting and setting attributes, and calling JS constructors. So BunitJSRuntime and BunitJSObjectReference need to be updated with these new members to be compatible with ASP.NET Core 10 once that is released.
I don't know if the plan is to delay any fixes for .NET 10 until the RC releases, but I would be happy to contribute the fixes for this if you would like some help. :)