gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
163 stars 90 forks source link

fix: React.KeyboardEvent Error in Waypoint.jsx #80

Closed eshan-003 closed 1 year ago

eshan-003 commented 1 year ago

Waypoint.jsx include the React.KeyboardEvent Error. Which can be solved if we remove it and only pass event . Error:- Screenshot 2023-03-03 19 39 59 Fix:- Screenshot 2023-03-03 19 50 10

Hope this helps. Can i create a pull request for it?

nilsnolde commented 1 year ago

You sure that’s the only thing you want to fix with the one issue you’ll get?

eshan-003 commented 1 year ago

yeah i found the same error in index.jsx in Isochrones/Waypoints.jsx.Would like to fix that too? Should i raise the PR

Ananya2001-an commented 1 year ago

This issue is already fixed here #83 We should close it.