Dev error persists after being fixed #76872
Labels
Middleware
Related to Next.js Middleware.
please simplify reproduction
Please simplify the reproduction.
stale
The issue has not seen recent activity.
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://github.com/Chukwu3meka/waverd-client
To Reproduce
npm run dev
import AccountsService from "@services/accounts.service";
toimport AccountsService from "services/accounts.service";
you get an errorCurrent vs. Expected behavior
Expected behaviour should be when error is fixed, it should also be cleared at the dev indicator and not only when a full page reload is triggered
Provide environment information
Which area(s) are affected? (Select all that apply)
Middleware, Turbopack, Runtime
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
I started noticing this after upgrading to next
15.2.1
from15.2.0
The text was updated successfully, but these errors were encountered: