Jeff Thorslund
Results
2
comments of
Jeff Thorslund
Just like we add children to our container with the `addTo` method, we can remove them using the Node.removeChild API. This would live in the cleanup callback of our useEffect...
Anyone have a workaround way to access state after calling `zoomIn`, or `zoomOut`? My use case is adding disabled state to buttons based on scale. Updating on scroll/pinch events with...