-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
SolidJS + typescript tw/css attribute type issues #118
Comments
Could you add some details to this issue? |
I want to use it with SolidJS, but it complains with the error message:
I suspect it has something to do with the "twin.d.ts" file. What is the name of the module it is expecting for SolidJS? I've tried different combinations and nothing has worked. |
Have you got the following in your tsconfig? "jsxImportSource": "solid-js", Because it looks like that value overrides the values in |
Yes, I do have This is what I have set in my twin.d.ts file, but it doesn't help.
If I remove |
No description provided.
The text was updated successfully, but these errors were encountered: