From 35f9d74e7f92ce7772d128262a9792399d49ad8a Mon Sep 17 00:00:00 2001 From: Josh Winn <965114+jawinn@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:42:22 -0500 Subject: [PATCH] fix(icon): fix for icons not loading 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. --- components/icon/stories/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/stories/template.js b/components/icon/stories/template.js index a01cb4154d8..54a57a59b7d 100644 --- a/components/icon/stories/template.js +++ b/components/icon/stories/template.js @@ -34,7 +34,7 @@ export const Template = ({ fill, id, customClasses = [], - useRef = false, + useRef = true, ...globals }) => { const { scale } = globals;