All of a sudden `classList` is typed as string | undefined
I am using SolidJS with Astro and at one point I duplicated a component file to extract logic into it and now
The reference is node_modules/.pnpm/solid-js@1.9.3/node_modules/solid-js/types/jsx.d.ts and it does only contain:
What's going on?!
class and classList have unexpected types:The reference is node_modules/.pnpm/solid-js@1.9.3/node_modules/solid-js/types/jsx.d.ts and it does only contain:
What's going on?!
