First Fetch API call cancelled by the second in IE11

前端 未结 5 1172
鱼传尺愫
鱼传尺愫 2021-01-01 16:11

I have a ReactJS application that works as expected in Chrome, but fails in IE-11.

The problem is this - we have two drop down lists which are populated from rest ser

5条回答
  •  爱一瞬间的悲伤
    2021-01-01 16:39

    Just include isomorphic-fetch as polyfill to make it work on unsupported browsers.

    https://github.com/matthew-andrews/isomorphic-fetch

提交回复
热议问题