-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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 add any changes locally #7136
Comments
I think it's mean you import a nodejs api on client context. Or import a full esm package
what did you change ? |
remove |
Have you restarted after reinstalling packages? |
Just one style in tailwind, but any change just breaks it. It doesnt break immediately, only after few saves to the file and then maybe reload the page, quite random |
Yes, I have removed and reinstalled them few times, still getting this. Idk what's wrong |
can you push your change on your fork and give it to us? |
This happens on any change. For example, I just added a simple console log: const shortAvatarList = useMediaQuery(
'(min-width: 670px) and (max-width: 1280px)'
);
console.log('hello');
return (
<MetaBar
items={{ And reloaded the page with receiving the same error. I will try to reclone the repo EDIT: It did not help. My exact path: |
honestly I have any clue |
this happened to me locally today. a restart of the dev server fixed it. I have auto-save turned on, i wonder if it can spam the HMR on bad syntax |
This problem happening to me too, when removing the |
We can try to manually bump next to 14.2.15 but on release note there are nothing about turbopack. I didn't had time to search if there are already issue to track this problem. |
URL:
.
Browser Name:
Chrome
Browser Version:
Latest
Operating System:
Arch Linux latest
How to reproduce the issue:
npm ci
The text was updated successfully, but these errors were encountered: