-
Please how can we solve the below
[2022-08-21T10:53:57.163Z] Error: Microsoft.JSInterop.JSException: can't access property "map", r is undefined
dispose@https://localhost:4090/_content/Majorsoft.B…
aboah updated
2 years ago
-
I installed the NuGet package and followed the code samples provided, but when I attempted to run the site I get the following error message:
InvalidOperationException: Error while validating the s…
-
### Description
This issue has been reported in https://github.com/thoth-org/Thoth.Json/issues/144
### Repro code
```fs
open Fable.Core.JsInterop
open FSharp.Reflection
open Fable.Core.Dyn…
-
Add a new type to Fable.Core.JSX (I need to check it doesn't conflict with JSX.ComponentAttribute) similar to:
```fsharp
module Fable.Core.JSX
type Component =
abstract Create: props: Prop…
-
### Problem
Hello MDBook Team,
I hope this message finds you well. I am currently utilizing MDBook for documenting our .NET projects and have recently started exploring the new features available …
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [78bd7debe6d8b454294c673c9cb969c6b8a14692](https://github.com/dotnet/runtime/commit/78b…
-
Our test framework has the ability to check for errors on specific backends, for example it allows this
```dart
check(0x7FFF00001111F000);
check(0x7FFF00001111FC00);
check(0x7FFF00001111FE00…
-
Currently [Elemental2](https://github.com/google/elemental2) builds can produce warnings that do not halt the build. As a result it is possible for to introduce more problems in code generated from th…
-
Hi,
I have a project using:
``
and
`true`
I get two Auto-referenced packages added to the "packages.lock.json" file:
```
{
"version": 2,
"dependencies": {
"net8.0": {
"M…
-
Hello.
I am using VS2022 with NET 7.0
I followed the workshop ok from 00-get-started up to 06-authentication.
I couldn't get the AuthorizeView component to show up properly (only showed the three…