fix(ui): re-add fetch polyfill for older browsers

This commit is contained in:
Łukasz Mierzwa
2019-04-25 12:54:06 +01:00
parent ee64e98f4e
commit f6eee6b01d

View File

@@ -1,5 +1,7 @@
// MUST be first thing we import
// https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md
// IE is not supported (lacks Proxy) but that pollyfill provides fetch and other needed features
import 'react-app-polyfill/ie11';
import "react-app-polyfill/stable";
import React from "react";