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
Not sure this is a bug with Sanity but rather my own Nuxt setup. Any help would be appreciated!
module: 1.6.0 nuxt: 3.1.1 srr: true & false
components: { global: true, loader: true, dirs: ['~/components'], },
ListComponent renders Marks on both SSR and Client Side
ListComponent only renders Marks when loading page directly, not when browsing between pages
Importing serializers directly using both import and resolveComponent - asynchronous component does not seem to affect the rendering/hydration
import
resolveComponent
The text was updated successfully, but these errors were encountered:
Would you share some more code, or, ideally, a reproduction?
Sorry, something went wrong.
No branches or pull requests
Not sure this is a bug with Sanity but rather my own Nuxt setup. Any help would be appreciated!
Version
module: 1.6.0
nuxt: 3.1.1
srr: true & false
What is expected?
ListComponent renders Marks on both SSR and Client Side
What is actually happening?
ListComponent only renders Marks when loading page directly, not when browsing between pages
Things I've tried
Importing serializers directly using both
import
andresolveComponent
- asynchronous component does not seem to affect the rendering/hydrationThe text was updated successfully, but these errors were encountered: