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
681 stars 127 forks source link

ReferenceError: Viewer is not defined #157

Closed balwant-cloud closed 4 years ago

balwant-cloud commented 4 years ago

Bug reports:

error

I am using this module with nextjs in functional components. Please suggest me how to resolve this.


Please consider also to support this project https://beerpay.io/chrvadala/react-svg-pan-zoom

balwant-cloud commented 4 years ago

I solved it. Use 'let, and put this line inside of useEffect in case of functional components.