Skip to content

Commit 8bc7100

Browse files
authored
fix: sample all kolicons no endless loading (#9859)
2 parents 1cf2c18 + a8b027f commit 8bc7100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/samples/react/src/components/icon/all-kolicons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const IconAllKolicons: FC = () => {
1414
.then((data) => {
1515
setIcons(data);
1616
});
17-
});
17+
}, []);
1818

1919
return (
2020
<>

0 commit comments

Comments
 (0)