performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

CDC #217 - List Columns #289

Closed dleadbetter closed 1 month ago

dleadbetter commented 1 month ago

This pull request fixes a bug in the useUserDefinedColumns hook that generates the array of columns. For boolean and date type columns, they were being included twice, leading to some strange behavior.