You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The warnings are thrown only during development. In prod build, the document seems to render fine, https://happy-paws-with-nuxt-tailwindcss.netlify.app/, though the warning makes us wonder if we have got something wrong. Please advise me of any incorrect usage in the below explained context.
Describe the bug
Clone the above repo, install dependencies, and start dev-server npm run dev
Open app in browser, and have browser devtools console open
Navigate to a blog post (under hamburger menu), for eg. http://localhost:3000/blog/vue-3-3
The following unexpected warnings are thrown
Additional context
In pages/blog/[...slug].vue, I'm using the ContentRenderer component to render a document coming from a query. I'm not passing any classes to this component, just the post (second screenshot).
Logs
Thanks for looking into this.
The text was updated successfully, but these errors were encountered:
Environment
Nuxi 3.6.5 1:03:30 PM
1:03:30 PM
RootDir: /Users/techakayy/Templates/happy-paws-with-nuxt-tailwindcss 1:03:30 PM
Nuxt project info: (copied to clipboard) 1:03:30 PM
Reproduction
https://github.com/pinegrow/happy-paws-with-nuxt-tailwindcss
The warnings are thrown only during development. In prod build, the document seems to render fine, https://happy-paws-with-nuxt-tailwindcss.netlify.app/, though the warning makes us wonder if we have got something wrong. Please advise me of any incorrect usage in the below explained context.
Describe the bug
npm run dev
http://localhost:3000/blog/vue-3-3
Additional context
In
pages/blog/[...slug].vue
, I'm using the ContentRenderer component to render a document coming from a query. I'm not passing any classes to this component, just the post (second screenshot).Logs
Thanks for looking into this.
The text was updated successfully, but these errors were encountered: