PrimeReact Steps Component error with Tailwind CSS #4632
Unanswered
as-s26
asked this question in
PrimeReact
Replies: 1 comment 3 replies
-
|
@melloware |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgraded PrimeReact version from v10.6.5 to v10.9.7 in a React (v18.3) + Vite based project.
Steps component that was working fine earlier failed to render on UI after the upgrade throwing this error on console:
`const items: MenuItem[] = [
{
label: 'Personal Info'
},
{
label: 'Reservation'
},
{
label: 'Review'
}
];
`
Beta Was this translation helpful? Give feedback.
All reactions