solid-heroicons
solid-heroicons copied to clipboard
Import {document} Conflict with document.getElementById
import {document} from "solid-heroicons/outline";
breaks all JS document.
I would suggest a rename of icon: {document} so it doesn't waste others time and break the entire site.
or alternatively just import { document as myAlias } from "solid-heroicons/outline";
?