-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
Nuxt 3 Tailwindcss Viewer errors #561
Comments
Also encountered this issue but only on disabled server side rendering ( |
This is still a problem when setting Could it have something to do with this issue? rogden/tailwind-config-viewer#49 |
It does not work for me in latest Nuxt 3.8.0 either but I did not see any errors in the console at all. Just a blank screen. |
I also have an issue where going to I'm not sure it's related but the Nuxt Devtools is not showing the tailwind viewer either. It's trying to access a ssr is not set to false in any of my project. |
I created a PR to this effect, but im not sure how to test my changes |
@blowsie Yeah the |
Does the latest version bring improvements? |
|
Published now. |
All persisting issues with the viewer should now be resolved on the nightly release channel! Let me know if the issues have been resolved or if they persist; I'll release 6.11.2 accordingly or reopen this issue. 🙂 |
I run "npm run dev" and launch localhost:3000/_tailwind and I am getting a console error in Chrome Version 107.0.5304.106 (Official Build) (64-bit) that reads:
And nothing happens, no tailwind viewer, nothing.
Version
"@nuxtjs/tailwindcss": "^6.1.3"
"nuxt": "3.0.0-rc.13",
Steps to reproduce
Fresh install from: npx nuxi init my-app
npm run dev
Here's my setup, I need original TailwindCSS for custom colors, etc.:
// package.json
// nuxt.config.ts
The text was updated successfully, but these errors were encountered: