We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncaught TypeError: Cannot read properties of undefined (reading 'state') at headerAction
https://primereact.org/tabview/
"primereact": "10.8.3"
https://primereact.org/tabview/ > Theming > Unstyled > Tailwind demo.
tabs render.
The text was updated successfully, but these errors were encountered:
@gcko Is this just a matter of the Showcase being wrong after the fix you made?
Sorry, something went wrong.
I'll look at it tomorrow
adding extra checking: parent?.state?.activeIndex !== context?.index at https://github.com/primefaces/primereact/blob/master/components/lib/passthrough/tailwind/index.js#L266 is a workaround.
parent?.state?.activeIndex !== context?.index
fix: primefaces#7201 Fix issue related to optional parameter
0a809cf
fix: primefaces#7201 Update tailwinddoc.js for tabview
330aa2c
30fffbd
gcko
edysmp
Successfully merging a pull request may close this issue.
Describe the bug
Uncaught TypeError: Cannot read properties of undefined (reading 'state')
at headerAction
Reproducer
https://primereact.org/tabview/
System Information
Steps to reproduce the behavior
https://primereact.org/tabview/ > Theming > Unstyled > Tailwind demo.
Expected behavior
tabs render.
The text was updated successfully, but these errors were encountered: