error - components\events\event-item.js (17:36) @ EventItem
TypeError: Cannot read properties of undefined (reading 'replace')
15 | year: 'numeric',
16 | });
17 | const formattedAddress = location.replace(', ', '\n');
| ^
18 | const exploreLink = /events/${id}
;
19 |
20 | return (