Fix issue with sendBeacon request.

This commit is contained in:
Mike Cao 2022-03-10 19:01:33 -08:00
parent 48db7708de
commit 17790aa5a8
6 changed files with 23 additions and 22 deletions

View file

@ -16,7 +16,8 @@
"rules": {
"react/display-name": "off",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
"react/prop-types": "off",
"import/no-anonymous-default-export": "off"
},
"globals": {
"React": "writable"