I am using NextJS and absolute import path, and whenever I move a component1.tsx from a folder to another, the import of this component in my pages sometimes does not get updated, especially in the case of after the first time.
Tried the same thing in VSCode, and it worked pretty good. I have to close cursor entirely for it to work again (and it will stop working again, after the second file drag)