relative-deps icon indicating copy to clipboard operation
relative-deps copied to clipboard

get a `React is not defined` error while linking solid.js-package

Open bigmistqke opened this issue 2 years ago • 0 comments

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.

bigmistqke avatar Jan 15 '23 18:01 bigmistqke