compilation warning in Fable AsyncResult
See original GitHub issueHello, thank you for a great library.
I’m not really sure if this issue should be created here, in Fable repository or it is something I did wrong.
After I installed FsToolkit.ErrorHandling to my Safe stack project I started getting compilation error from Fable compiler:
WARNING in ./.fable/FsToolkit.ErrorHandling.1.4.0/AsyncResult.fs 52:13-22
"export 'awaitTask' was not found in '../fable-library.2.10.2/Async.js'
Any help would be appreciated
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Compilation error with ValueTask (fable 3) · Issue #2299
I'm playing with fable 3 and asyncSeq computation expressions (with FSharp.Control.AsyncSeq 3.0.2). My code compiles and works in the browser ...
Read more >Return async value from Fable.Remoting
RunSynchronously ; in Elmish, you should use Cmd.OfAsync to schedule a message to be dispatched once the async block returns a value.
Read more >Compiler Warning (level 1) CS4014
The call to the async method starts an asynchronous task. However, because no await operator is applied, the program continues without waiting ...
Read more >https://raw.githubusercontent.com/dotnet/samples/m...
Must be non-negative and less than the size of the collection. ... However after one day, it failed again with new debug message...
Read more >Visualization of estates on a map with Fable - MNie
As you may notice. First, I parse the document. Look for a first table on a page and check if it has more...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It is ok now! thanks a lot for such a quick fix 👍
Ok, give the latest 1.4.3 a try.