-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Accordion (Tailwind): Cannot read properties of undefined (reading 'disabled') #5804
Closed
tobiasgeezee opened this issue
Jan 19, 2024
· 6 comments
· Fixed by #5807, #6549, leoo1992/GeradorQRCode#27, leoo1992/GeradorQRCode#40 or mtech-31-quemistry/quemistry_client_web#3
Closed
Accordion (Tailwind): Cannot read properties of undefined (reading 'disabled') #5804
tobiasgeezee opened this issue
Jan 19, 2024
· 6 comments
· Fixed by #5807, #6549, leoo1992/GeradorQRCode#27, leoo1992/GeradorQRCode#40 or mtech-31-quemistry/quemistry_client_web#3
Comments
tobiasgeezee
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jan 19, 2024
melloware
added
Component: Tailwind
Tailwind specific issue
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 19, 2024
Thanks for reporting! |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Jan 19, 2024
melloware
added a commit
that referenced
this issue
Jan 19, 2024
This issue has re-appeared in v10.6.4 but worked correctly in the previous version. Removing the Tailwind theme also gets rid of the error. |
@dg-robinson see this ticket #6389 and PR #6390 |
@dg-robinson i see the issue |
melloware
added a commit
to melloware/primereact
that referenced
this issue
May 2, 2024
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
May 2, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
May 2, 2024
melloware
added a commit
that referenced
this issue
May 2, 2024
melloware
removed
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
May 2, 2024
10.6.5 is out can you try it and report back please? |
That's fixed it! Thanks so much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using the Accordion with Primereact Provider and Tailwind theme from "import Tailwind from "primereact/passthrough/tailwind"" the Accortion crashed with the error: Cannot read properties of undefined (reading 'disabled')
Reproducer
https://codesandbox.io/p/sandbox/primereact-bug-template-tailwind-accordion-psdqj2
PrimeReact version
10.3.3
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Accordion gets rendered without crash
The text was updated successfully, but these errors were encountered: