mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #656 from prymitive/fetch-polyfill
fix(ui): re-add fetch polyfill for older browsers
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user