Ukraine-Relief-Efforts / host-a-refugee

Mobile-first website to match refugees with available hosts
https://host-a-refugee.vercel.app
MIT License
14 stars 4 forks source link

[MVP] Fix autcomplete city input not filtering properly #31

Closed Seth-McKilla closed 2 years ago

Seth-McKilla commented 2 years ago

@remusplesa @danielavelez1201 Noticed that it's throwing the React duplicate key errors for the mapping of each option which could be what's causing the filtering and performance issues. Can the options be rendered as a span with the idx as the key? Something to look into.