antievictionmappingproject / covid-19-map-react

COVID-19 Emergency Tenant Protections Map (refactored to use React!)
13 stars 9 forks source link

Bug: Error when modal is closed too soon #7

Closed djbusstop closed 3 years ago

djbusstop commented 3 years ago

Unable to reproduce this issue with esc btn or x button --melissau 2/1

When closing the modal while the data is loading, an error was thrown that crashed the page. It referred to there being no "key" value passed to the Pane components in react-leaflet, in Map.js.

Possibly the solution is no not allow the modal to close until the data is loaded? Look and see if this is how the current X button works.

djbusstop commented 3 years ago

Was able to recreate and then fixed this issue