-
I have the following error when my BlazorWebAssembly application is published and running on IIS:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandl…
-
Replace DotNetObjectRef with DotNetObjectReference in .NET Core 3.0 Preview 9 - https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/
-
### Bug type
Component
### Component name
MudMask
### What happened?
A JSException exception is being thrown saying "no element found for id: mask_SOME_ID" when a text field with a Mask on it is …
-
ASP.NET has the [following method](https://github.com/dotnet/aspnetcore/blob/52eff90fbcfca39b7eb58baad597df6a99a542b0/src/Components/WebAssembly/JSInterop/src/WebAssemblyJSRuntime.cs#L60):
```C#
…
-
Moving from v1.1.5 to v1.1.8 I get the error
blazor.webassembly.js:1 Microsoft.JSInterop.JSException: Could not find 'plugins_interop' ('plugins_interop' was undefined).
-
Title: Style Issues and JavaScript Errors with MudSelectExtended Component
Body:
Description
I am encountering an issue with the MudSelectExtended component in my Blazor application. The compon…
-
Hello,
if i try to print my PDF, i get the error, that the printJS was not found.
`blazor.server.js:1 [2023-06-29T10:25:53.508Z] Error: Microsoft.JSInterop.JSException: printJS is not defined…
14z0r updated
9 months ago
-
Currently, the lowest level contract in JS interop is defined in terms of strings. That is:
* The JS side supplies/receives JS strings to/from `Microsoft.JSInterop.JS`
* The .NET side supplies/r…
-
Technically I did get this to work, but it seems awkward, and so I am probably using jsinterop-generator or bazel wrong, or both.
I have a new git repo of a bazel project using jsinterop-generator …
-
Hello,
We are working on providing to the GWT community Java bindings (Java source code) to many standard Javascript libraries: see https://github.com/didier-durand/JSClosure2Interop
This work is…