We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 558c67b + 00995a2 commit fe3c3bcCopy full SHA for fe3c3bc
frontend/package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
+ "abortcontroller-polyfill": "^1.1.9",
7
"bootstrap": "3",
8
"codemirror": "^5.37.0",
9
"nanoid": "^1.0.3",
@@ -27,7 +28,6 @@
27
28
"format": "eslint --fix 'src/**/*.js'"
29
},
30
"devDependencies": {
- "abortcontroller-polyfill": "^1.1.9",
31
"eslint-config-airbnb-base": "^12.1.0",
32
"eslint-config-prettier": "^2.9.0",
33
"eslint-plugin-jest": "^21.15.1",
frontend/src/index.js
@@ -1,5 +1,6 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
+import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
import 'bootstrap/dist/css/bootstrap.css';
import './variables.less';
import App from './App';
0 commit comments