-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Description
Creating a default "Razor Component" Project and trying to access it from IE 11 doesn't seem to work.
Steps to reproduce the behavior:
- Create a new "Razor Component" project
- Run
- Access it from IE11
Expected behavior / Error
The counter page shows up but the button action does not do anything .
IE11 Console shows the following error during the load of the page
- Promise is undefined
I tried to do random stuff that got me nowhere.
I added <script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.5/bluebird.min.js"></script>
then I got "fetch is undefined"
So I added <script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.js"></script>
and now I get-
undefined is not encodable in msgpack!
sven5, fnils, Karluzo, dasMulli, NetMage and 1 more
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue