Skip to content
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

DataTable - expandableRowGroups #6989

Closed
Nandovga opened this issue Aug 5, 2024 · 1 comment · Fixed by #6990 or leoo1992/GeradorQRCode#85 · May be fixed by mtech-31-quemistry/quemistry_client_web#20
Closed

DataTable - expandableRowGroups #6989

Nandovga opened this issue Aug 5, 2024 · 1 comment · Fixed by #6990 or leoo1992/GeradorQRCode#85 · May be fixed by mtech-31-quemistry/quemistry_client_web#20
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@Nandovga
Copy link

Nandovga commented Aug 5, 2024

Describe the bug

When using the ´expandableRowGroups´ option of the DatabTable console component, it presents this error:

react-dom.development.js:86 Warning: Received `false` for a non-boolean attribute `unstyled`.

If you want to write it to the DOM, pass a string instead: unstyled="false" or unstyled={value.toString()}.

If you used to conditionally omit it with unstyled={condition && value}, pass unstyled={condition ? value : undefined} instead.
    at svg
    at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:9214:22
    at button
    at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:12238:20
    at td
    at tr
    at tbody
    at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:12306:20
    at table
    at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:5388:20
    at div
    at div
    at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:15535:25
    at div
    at Box (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/box/box.tsx:18:23)
    at Table (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/table/table.tsx?t=1722883169941:30:43)
    at div
    at Box (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/box/box.tsx:18:23)
    at Core

Reproducer

No response

System Information

"primereact": "^10.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",

Steps to reproduce the behavior

No response

Expected behavior

No response

@Nandovga Nandovga added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 5, 2024
@Nandovga Nandovga changed the title Replace_With_Component_Name: Brief_Bug_Description DataTable - expandableRowGroups Aug 5, 2024
@melloware melloware added Type: Bug Issue contains a defect related to a specific component. and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 5, 2024
@melloware melloware added this to the 10.8.2 milestone Aug 5, 2024
@melloware melloware self-assigned this Aug 5, 2024
melloware added a commit to melloware/primereact that referenced this issue Aug 5, 2024
@melloware
Copy link
Member

10.8.2 is released and this warning should be gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
2 participants