-
Hi, this looks very nice!
However, I wanted a generic implementation of sessionStorage that also supports server side Blazor. I thought I could easily generate that myself, as follows:
```csharp
…
-
Hi,
I had a .NET 8 Blazor WASM app that I just upgraded to the preview of .NET 9. However after the upgrade I just get an error when a LiveChart should be loaded:
```
blazor.webassembly.js:1 …
-
-
Check that each argument, exception and return value is marshalled max once and only when appropriate
- Arguments should be unmarshalled always
- Exception should be marshalled only if exception i…
maraf updated
4 months ago
-
Hello,
I'm testing the AddMapToBlazorPage example on Blazor Interactive Server 8.0 and I'm getting the following error:
GET http://localhost:5555/_content/LeafletForBlazor/LeafletMapFunctionalit…
dsx75 updated
2 months ago
-
I've set AutoFocus="@false", but in the case of dynamically creating and removing Select components, it will be reported as long as the operation frequency is faster
I checked the code, it called t…
-
Example JS, as put in the externs/modules/modules.js file:
```
/**
* @typedef {(string|number|boolean)}
*/
baz.structural;
```
Results in this stack trace:
```
Exception in thread "main" ja…
-
**Describe the bug**
An exception is thrown during the Dispose handler of the IntersectionObserve component when the circuit itself is being disposed.
```
warn: Microsoft.AspNetCore.Components.S…
-
### Library version used
4.64.1
### .NET version
Net 8.0
### Scenario
PublicClient - desktop app
### Is this a new or an existing app?
None
### Issue description and reproduction steps
we are…
-
**Describe the bug**
I am noticing a lot of exceptions being recorded in the log when (automatic) disposing is being called on BlazoredVideo component. Not sure if this is me using the component inco…