chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
677 stars 125 forks source link

No touch event handlers provided when tool="auto" is selected #208

Open grgicpetar opened 2 years ago

grgicpetar commented 2 years ago

image

As you can see Typescript is giving an error when trying to implement onTouchEnd event handler. Any solutions?

v3.11.0

Tarak-He commented 1 year ago

Have you solved this issue ?