V-Tooltip, TailwindCSS: Styling not working when using pinia store #4505
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When Pinia Store is used in the same component with v-tooltip and the new Tailwind Pass-Through-Styling the v-tooltip styling appears to be lost or not applied.
Reproducer
https://stackblitz.com/edit/vitejs-vite-qmh8ef?file=src%2FApp.vue
PrimeVue version
3.3.4
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
import { useTestStore } from './store/teststore.js'; const testStore = useTestStore();
Expected behavior
The v-tooltip should retain its styling as specified by Tailwind CSS even when a Pinia Store is utilized within the same component.
The text was updated successfully, but these errors were encountered: