Closed neilenns closed 11 months 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.
useEffect()
Fixes #100
This at least handles props properly, but I can't get the auto-start to work. If I try and add:
to the
useEffect()
hook it causes exceptions that seem to indicate the map isn't ready.