-
Notifications
You must be signed in to change notification settings - Fork 16
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 find declaration file in 0.5.0 #40
Comments
That's odd. I tested on both Remix v1.9+ and v2.2 with Vite. I'll try again with a fresh project. |
I created a test repo using Vite, and it's working fine. |
Let me see if there's any other differences using your test repo and try again. |
Weird. I'm still seeing the type error and I don't see anything different. tsconfig.json looks fine. The vite.config looks fine. Here's a route where I'm using it: https://github.com/aydrian/itsaydrian-stream-remix/blob/main/app/routes/scenes%2B/me%2B/_frame%2B/chatting%2B/%24num.tsx |
Sorry. It also shows up when I run |
Fixed in v0.5.1 |
I have the same issue (with version |
Receiving the following TypeScript error after upgrading to 0.5.0
I am using Remix 2.0 with Vite and ESM modules.
If I go back to 0.4.10, the problem goes away.
The text was updated successfully, but these errors were encountered: