Nvm, definitely do cache icon requests

revert-5af0e40a
Alex Gleason 2022-04-24 19:07:10 -05:00
rodzic e64d93abcb
commit 3bd272622a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -29,8 +29,6 @@ const SvgIcon: React.FC<ISvgIcon> = ({ src, alt, size = 24, className }): JSX.El
height={size}
loader={loader}
data-testid='svg-icon'
// The cache causes bugs, and the ServiceWorker already caches icons.
cacheRequests={false}
>
{/* If the fetch fails, fall back to displaying the loader */}
{loader}