Cannot read properties of undefined (reading ‘call’)

If you have this error with [email protected]

this error is caused when you use the link component or image, etc. The lastest version of next ( 13.0.7 ) is inestable but you can move to the version 13.0.6 with this comands in the root of your next.js aplication ( i use pnpm but if you use another package manager like yarn or npm the comands are different):

1: pnpm remove next
2: pnpm install [email protected]
3: pnpm run dev

I dont have idea that why this is caused but this fix the error you can have with this lastest version.