-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
More details here:
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working