neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Redo the locate control #110

Closed neilenns closed 11 months ago

neilenns commented 1 year ago

Fixes #100

This at least handles props properly, but I can't get the auto-start to work. If I try and add:

instance.start();

to the useEffect() hook it causes exceptions that seem to indicate the map isn't ready.