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
There's a bug with @nuxtjs/tailwindcss that'll make the tailwind's viewer not work when accessing it from the devtool.
Once faced with the 404 we have a button to go back home which I assume should take me back to the devtool's home page.
It does indeed but while doing so it also open a nested devtool page and repeats this behaviour everytime the same button is clicked
I suppose it should just take me back to the homepage without opening an actual page.
Best behaviour would be to actually have access to Tailwind's viewer but I suppoe that an issue with @nuxtjs/tailwindcss
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
I am not sure if there is anything that can be done on the DevTools side. As we give an iframe to the custom tab, and how it renders is up to the module to control. I think it should be fixed on the tailwind module
🐛 The bug
There's a bug with
@nuxtjs/tailwindcss
that'll make the tailwind's viewer not work when accessing it from the devtool.Once faced with the 404 we have a button to go back home which I assume should take me back to the devtool's home page.
It does indeed but while doing so it also open a nested devtool page and repeats this behaviour everytime the same button is clicked
🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-jwoekj?file=nuxt.config.ts
🌈 Expected behavior
I suppose it should just take me back to the homepage without opening an actual page.
Best behaviour would be to actually have access to Tailwind's viewer but I suppoe that an issue with
@nuxtjs/tailwindcss
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: