solid-heroicons icon indicating copy to clipboard operation
solid-heroicons copied to clipboard

Import {document} Conflict with document.getElementById

Open 404b opened this issue 1 year ago • 1 comments

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.

404b avatar Jun 25 '23 15:06 404b

or alternatively just import { document as myAlias } from "solid-heroicons/outline";?

OffBy0x01 avatar Dec 11 '23 22:12 OffBy0x01