Иван
Results
3
comments of
Иван
I also faced with the same issue: date is being serialized incorrectly. It would be nice to add a special parameter of how to serialize dates. Or better add an...
Same problem. Maybe we need to iterate though `filtered` items instead? ```tsx filteredItems.map((data, index) => { const { size } = items[index]; return ( {data.content} ); }) ```
I found this problem occurs in version 2.0.0-rc1 and later.