Open AndreyYolkin opened 10 months ago
This looks like an issue with Pinceau and vite-plugin-inspect
used in Nuxt DevTools. Try disabling Nuxt Dev Tools by setting devtools: { enabled: false }
in your Nuxt config to see if that fixes the issue. Then the issue can be diagnosed from there!
Hey, the original issue from @AndreyYolkin still persists.
Also the suggested devtools: { enabled: false }
change by @fallsimply does throw an Error!
Environment
Build Modules: -
Steps to reproduce:
pnpm install
tokens.config.ts
with content:export default defineTheme({ color: { primary: { 600: { initial: '#4352f4', dark: '#4352f4', }, }, }, })