Skip to content

8.0.4

Compare
Choose a tag to compare
@alexreardon alexreardon released this 17 Jul 05:57
· 529 commits to master since this release

Fixes

  • In some versions of jsdom (such as the one that ships in create-react-app the SVGElement constructor does not exist. Running the check el instanceof SVGElement would cause an exception. We are now more defensive in our usage of the SVGElement constructor #641

Improvements