-
Notifications
You must be signed in to change notification settings - Fork 183
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
fix: nested props resolution #616
Conversation
Is it good for you @ineshbose ? |
It works, but I hit the dynamic import occasionally (1 out of 10 times maybe) but write: true for base config gives no error - any suggestion on that? If you don't encounter it, perhaps I may be testing it wrong. @atinux |
What is the example where you get the error? if |
If you copy the linked issue's reproduction's <script setup>
import colors from '#tailwind-config/theme/colors';
</script>
<template>
<div>
{{ JSON.stringify(colors, null, 2) }}
</div>
</template> On starting the playground, either I'll share a screen recording |
module.ts.-.nuxt-tailwindcss-module.Codespaces.-.Visual.Studio.Code.-.Google.Chrome.2023-02-17.11-20-05.mp4Happens once after boot I think and a refresh fixes it, but sharing with you (the nginx error was codespaces) |
Do you have the error locally and not on github.dev? |
Yes the error happens locally too, but I've added the suggestion #616 (comment) that should fix it |
Released in v6.4.1 |
#603