-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import icons using solidjs start #17
Comments
Hey thanks for the report! It should be fixed with |
Great thanks! One thing that popped up now is:
|
Unfortunately I cant reproduce this issue :/ Maybe cleaning your node_modules folder helps ? |
Oh interesting, I tried going through the set up process I described earlier again and I still have the error. What version of node are you using? I'm using 19, and tried using 16 with nvm but that didn't seem to do anything. |
Hey! I'm having trouble importing the icons in my solidjs projects.
Steps to reproduce:
yarn create solid # then y to everything yarn add @steeze-ui/heroicons yarn add -D @steeze-ui/solid-icon
Then import the icons as such in
index.tsx
And I receive this error when running
yarn dev
:I'd appreciate some help getting it to work though, thank you!
The text was updated successfully, but these errors were encountered: