Duplicates
Latest version
Current behavior 😯
More details here:
solidjs/solid#1984
Expected behavior 🤔
All of Solid's packages, including solid-js should be importable in Solid Start.
Steps to reproduce 🕹
Steps:
npm create solid and follow steps to create a Solid app
- Add
import html from 'solid-js/html' to any JS or TS file.
- Try to run the app and see the error
Context 🔦
Some components, for example 3rd party components, might be importing Solid's html. It would be great for a Solid app with SSR enabled to not have an issue importing such code (there will be more problems to wrangle after importing such as running certain components only on the client, but that's a next step after first getting imports working).
Fixed by
Your environment 🌎
No response
Duplicates
Latest version
Current behavior 😯
More details here:
solidjs/solid#1984
Expected behavior 🤔
All of Solid's packages, including
solid-jsshould be importable in Solid Start.Steps to reproduce 🕹
Steps:
npm create solidand follow steps to create a Solid appimport html from 'solid-js/html'to any JS or TS file.Context 🔦
Some components, for example 3rd party components, might be importing Solid's
html. It would be great for a Solid app with SSR enabled to not have an issue importing such code (there will be more problems to wrangle after importing such as running certain components only on the client, but that's a next step after first getting imports working).Fixed by
Your environment 🌎
No response