Skip to content

React leaflet map center not changing

I’m setting up a map to find the coords of a person and then put that location on the map. But for some reason, the coords aren’t being shown on the map. I console.log to make sure the state variables(where the coords are being stored) were emitting the right coords and they are. I don’t kno…

Why I get duplicated todos in todo list?

This is the js code When I add a todo for the first time its ok, but the seconed time will print the first todo again include the seconed. example: first todo 2.first todo 3.seconed todo Answer You should make another function to handle single todo added, below is your updated code