We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I've been trying to update sanity in my nextjs app, but unfortunatelly that breaks the sanity editor with the exception:
Could not find `source` context
Thrown through the DocumentInternationalizationProvider component that tries to call the useClient hook.
DocumentInternationalizationProvider
useClient
I don't have any issues though, if I ran the sanity editor as a standalone app (e.g. with vite). So I'm not sure what's causing the issue here.
To Reproduce
I created a small example repo here: https://github.com/sepal/next-sanity-update-example
The text was updated successfully, but these errors were encountered:
I have this issue also.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I've been trying to update sanity in my nextjs app, but unfortunatelly that breaks the sanity editor with the exception:
Thrown through the
DocumentInternationalizationProvider
component that tries to call theuseClient
hook.I don't have any issues though, if I ran the sanity editor as a standalone app (e.g. with vite). So I'm not sure what's causing the issue here.
To Reproduce
I created a small example repo here: https://github.com/sepal/next-sanity-update-example
The text was updated successfully, but these errors were encountered: