Unstyled Mode: Tailwind - only refers to a type #4280
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Hi!
Looking forward to trying out the unstyled mode with Tailwind, hitting a issue though following the documentation over at: https://primevue.org/tailwind
After adding the following in my
main.ts
I get the error
"Tailwind only refers to a type, but is being used as a value here"
on this lineapp.use(PrimeVue, { unstyled: true, pt: Tailwind });
I've seen in the Discord that multiple people are reporting this issue, so creating this bug report for all of us. :)
Reproducer
PrimeVue version
3.32.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
main.ts
:Expected behavior
To not get this error.
The text was updated successfully, but these errors were encountered: