-
Notifications
You must be signed in to change notification settings - Fork 0
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
discussion #1
Comments
Did you clone & run or did you try to install dependencies yourself? There's a dummy lib placed in |
You're running |
Thanks👍. let me check again |
No, I did both. I got two error if I don't run |
Sorry, first error is correct (we don't re-export Was reading from my phone, missed that in the images |
So the "issue" there is that Preact doesn't re-export all of React's types (which we know and try to correct, but it's a moving target as React's types constantly change), not that path aliasing doesn't work, if that makes sense. |
Ok, clear! I have some ideas now, let me try. thank you, again! 😆 |
I'll raise an issue on the repo / implement the alias for Certainly feel free to create an issue if you run across any further missing types or weird type errors. |
Greate thanks for your reply!
I tried this repo, but I still can not compile it.
I have tried typescript
4.9.5
and5.1.6
, they give me the same error:The text was updated successfully, but these errors were encountered: