I tried your package out today, since npm link would cause peer-dependencies to be included twice when building.
When trying a to link a solid.js package from this template to a solid.js project started from template npx degit solidjs/templates/ts my-solid-project, I would get a React is not defined-error in dev pointing to the JSX of the linked package. When build it works perfectly fine.
So something going wrong with the JSX-transformations, I suppose.
I tried your package out today, since
npm linkwould cause peer-dependencies to be included twice when building.When trying a to link a solid.js package from this template to a solid.js project started from template
npx degit solidjs/templates/ts my-solid-project, I would get aReact is not defined-error indevpointing to the JSX of the linked package. When build it works perfectly fine.So something going wrong with the JSX-transformations, I suppose.