TypeScript issue with PrismicNextLink

For anyone else running into this issue, Josh found the solution in the following thread:

It was related to package dependencies. To guarantee up-to-date packages, you can run npx npm-upgrade@latest, delete the node_modules folder, and re-install all the dependencies.

1 Like