Skip to content

Commit 213f61b

Browse files
authored
fix(icon): fix for icons not loading (#3454)
Icons were not loading on the spectrum-two branch. The fetchIconSVG function is not working (this function no longer exists in main). This is a light touch update so icons appear, until spectrum-two is back up to date with main.
1 parent 69cb1b9 commit 213f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icon/stories/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Template = ({
3434
fill,
3535
id,
3636
customClasses = [],
37-
useRef = false,
37+
useRef = true,
3838
...globals
3939
}) => {
4040
const { scale } = globals;

0 commit comments

Comments
 (0)