Unable to test component lib locally, No "JSXS" module
Hi, i want to test my component lib locally so i installed it in my project with the link command, i bundled the solid-js components with tsdown
So when I imported my component, then I got that jsxs... error


1 Reply
i'm not sure how tsdown is different from tsup, but when I had this issue with tsup it was because i wasn't generating a server bundle as well
the server bundle needs to not import some client-only apis from solid, usually it's handled automatically by a solid plugin and turning it on