d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
501 stars 144 forks source link

should be optional baseVal property #268

Open jerry-rana opened 1 year ago

jerry-rana commented 1 year ago

TypeError: Cannot read properties of undefined (reading 'baseVal')

Getting above error while rendering the library in unit test cases using Jest environment.

Also raised earlier by others as well: https://github.com/zcreativelabs/react-simple-maps/issues/245