You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tree-list column's footer is defined as a function (a configuration that is possible for data table columns), it does not render the function's return correctly and displays an error in the console
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
Sep 25, 2023
Describe the bug
When a tree-list column's footer is defined as a function (a configuration that is possible for data table columns), it does not render the function's return correctly and displays an error in the console
Reproducer
https://codesandbox.io/s/primereact-demo-forked-kltgcn?file=/src/App.js
PrimeReact version
9.6.2
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Open console.
Expected behavior
I expect the footer to correctly render the node returned by the function
The text was updated successfully, but these errors were encountered: