this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable memo for Icon

Too many memoization going on here

+1 -2
+1 -2
src/components/icon.jsx
··· 1 - import { memo } from 'preact/compat'; 2 1 import { useEffect, useRef, useState } from 'preact/hooks'; 3 2 4 3 const SIZES = { ··· 165 164 ); 166 165 } 167 166 168 - export default memo(Icon); 167 + export default Icon;