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.
1 parent 1edc40b commit ac5aaf7Copy full SHA for ac5aaf7
src/app/components/Loader.tsx
@@ -1,12 +1,12 @@
1
-/* eslint-disable react/prop-types */
+// /* eslint-disable react/prop-types */
2
3
import React from 'react';
4
-import { css } from '@emotion/react';
+import { css, SerializedStyles } from '@emotion/react';
5
import { ClipLoader } from 'react-spinners';
6
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
7
import { faCheck, faExclamationCircle } from '@fortawesome/free-solid-svg-icons';
8
9
-const override = css`
+const override: SerializedStyles = css`
10
display: inline;
11
margin: 0 auto;
12
`;
0 commit comments