Nvm, definitely do cache icon requests
This commit is contained in:
parent
e64d93abcb
commit
3bd272622a
|
@ -29,8 +29,6 @@ const SvgIcon: React.FC<ISvgIcon> = ({ src, alt, size = 24, className }): JSX.El
|
||||||
height={size}
|
height={size}
|
||||||
loader={loader}
|
loader={loader}
|
||||||
data-testid='svg-icon'
|
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 */}
|
{/* If the fetch fails, fall back to displaying the loader */}
|
||||||
{loader}
|
{loader}
|
||||||
|
|
Loading…
Reference in New Issue