negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.04k stars 582 forks source link

TypeError: Cannot read property 'on' of undefined #363

Closed kiruthika-venkatachalam closed 4 years ago

kiruthika-venkatachalam commented 4 years ago

I did import snapsvg manually and others imports as well. When i search for similar issue the solution says to use import Snap from 'imports-loader?this=>window,fix=>module.exports=0!snapsvg/dist/snap.svg.js'; Please help me understand the issue.

error
kiruthika-venkatachalam commented 4 years ago

import Snap from "snapsvg-cjs"; works . Thanks closing the issue.