You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a vite dev server running and rename a source file, I get an error that the new file cannot be resolved. I assume that this somehow happens due to the internal cache. This is the error I got after renaming TimellinePositioningConstants.ts to TimelinePositioningConstants.ts (removing a superfluous l):
[vite] Pre-transform error: Failed to resolve import "./TimelinePositioningConstants" from "../../SmallTimeSlots.tsx". Does the file exist?
I assume this can easily be reproduced in your dev environment. If not, just let me know and I'll try to create a minimal reproducible example.
The text was updated successfully, but these errors were encountered:
If I have a vite dev server running and rename a source file, I get an error that the new file cannot be resolved. I assume that this somehow happens due to the internal cache. This is the error I got after renaming
TimellinePositioningConstants.ts
toTimelinePositioningConstants.ts
(removing a superfluous l):I assume this can easily be reproduced in your dev environment. If not, just let me know and I'll try to create a minimal reproducible example.
The text was updated successfully, but these errors were encountered: