-
There seem to be no "ant-design-charts-blazor.js" deployed.
```
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: C…
-
I'm new to j2cl and Bazel FWIW.
I was missing the annotations dep and got this error:
```
error: [strict] Using type jsinterop.annotations.JsType from an indirect dependency (TOOL_INFO: "@com_goo…
-
Hi,
Whilst trying to use your package I get this error on a Blazor Server app:
```csharp
Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType:…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
Version: 0.6.18-preview
Platform: Windows WPF
Exception:
```
System.InvalidOperationException: AttachToIpcChannel must be called before using IJSRuntime.
at Microsoft.MobileBlazorBindings.WebV…
Kukks updated
3 years ago
-
Hi, I have some problem with the application.
There is probably something looping in the nginx configuration that caused the application to get ddos/flood.
I got error 500 status probably because …
-
This link to my blog post causes a 404 :
https://discoverdot.net/Test-your-JSInterop-code-with-cypress/.
Here is my post link https://remibou.github.io/Test-your-JSInterop-code-with-cypress/ .
-
Depending on your perspective, this may be a bug report.
**Description**
The Closure Compiler supports ES6 modules, provided they are adapted to work with Closure's own module system. However, J2c…
-
consider some code like this:
```csharp
public record Todo(int id, int userId, string title, bool completed);
public class SampleApp {
public static async Task GetTodos() { ... }
}
```
…
-
## Summary
Calling [JSInvokable] functions gives a very generic error if there's multiple of the same name.
This is in Core 8
## Motivation and goals
Could we have more details in the erro…