error ./node_modules/@radix-ui/react-compose-refs/dist/index.mjs Attempted import error: 'useCallback' is not exported from 'react' (imported as '$3vqmr$useCallback'). does anyone know how to fix this issue
i have tried various solutions from chatgpt nothing worked
I was getting the same error after I had run the command
"npm run build"in my Next js 13 project, I did 2 things1.
and run your project again, this will eliminate all the above mentioned errors. OR
Ctrl+Shift+Pand writerestartand press enter, most of the errors will be gone.These steps worked for me, hope they work for you as well.
Thanks :)