Files
livedash-node/components/examples
Kaj Kowalski efe0a3f79c fix: add null checks for array mapping in TRPCDemo component
- Add optional chaining to sentimentDistribution?.map() to prevent runtime errors
- Add optional chaining to sessions?.sessions?.map() for consistency
- Both properties can be null/undefined and need protection before mapping
- Prevents 'Cannot read property map of undefined' errors
2025-07-13 16:24:27 +02:00
..