Module not found when using loading.tsx
Answered
Sharp-shinned Hawk posted this in #help-forum
Sharp-shinned HawkOP
When I added loading.tsx file to my project my site started erroring out and giving me the error
here is my loading.tsx file just in case:
Module not found: Can't resolve '..\app\loading.tsx'here is my loading.tsx file just in case:
export default function LoadingData() {
return <div>Loading Data...</div>
}1 Reply
Sharp-shinned HawkOP
Uh nvm found a fix, just delete the .next folder.
Answer