Custom event args can't receive IJSObjectReference #31238
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
The JSON deserializer for custom event args doesn't use the options on the
JSRuntime
, so it doesn't use the custom converters and can't receive eitherIJSObjectReference
orDotNetObjectReference
.The text was updated successfully, but these errors were encountered: