🔖 Tiller DS is an open-source UI library that provides a range of visual, functional components and patterns that speed up design and development.
28
stars
1
forks
source link
DataTable infinite loop if primary/secondary row is defined #268
Closed
fbeceic closed 5 months ago
Basic information
Bug description
When rendering the
DataTable
component with only primary/secondary rows the component is stuck in an inifinite loop and crashes.Expected behavior
The component successfully renders the
DataTable
component.