solidjs / solid-start

SolidStart, the Solid app framework
https://start.solidjs.com
MIT License
5.06k stars 377 forks source link

SSR error when using an icon from `lucide-solid` #559

Closed itsMapleLeaf closed 1 year ago

itsMapleLeaf commented 1 year ago

Repro: https://stackblitz.com/edit/github-8hgqjp?file=src%2Froot.jsx Package in question: https://github.com/lucide-icons/lucide/tree/main/packages/lucide-solid

I don't know if this is a Lucide issue or a SolidStart issue, but I'll start here anyway

itsMapleLeaf commented 1 year ago

Just noticed this PR which looks to address this 😅 https://github.com/lucide-icons/lucide/pull/892