Closed
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!