microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

About Edge #151

Open lvybriage opened 6 years ago

lvybriage commented 6 years ago

Hi team, According the command, I construct a React project. It runs very well except the Edge browser. I can not send request in the Edge browser. It's very strange. It changes my post request into get request and get request also can not run correctly. From the network, the request header is null. img

I am appreciative if you can help me solve the problem. Thank you.