question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1.9.3 crashes with Webpack

See original GitHub issue

v1.9.3 crashes at app load with Webpack. I’m guessing this is due to the problems with Snap.svg which are mentioned in the code and refer to https://github.com/adobe-webplatform/Snap.svg/issues/341 , as https://github.com/negomi/react-burger-menu/commit/66388f57fd331df7e4fd62af94c89c854dcf0872 added import Snap from 'snapsvg'; to two files of react-burger-menu

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
sunkaflekcommented, Jul 4, 2016

Same problem here. Here’s the error I’m getting:

/Users/xxx/node_modules/snapsvg/dist/snap.svg.js:439
}(window || this, function (window, eve) {
  ^
ReferenceError: window is not defined
    at Object.<anonymous> (/Users/xxx/node_modules/snapsvg/dist/snap.svg.js:439:3)

1.9.2. works fine

0reactions
negomicommented, Jul 4, 2016

Fixed in v1.9.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

v1.9.2 crashes with "TypeError: t is not a function" · Issue #1132
Describe the bug I've just upgraded from v1.9.1 to v1.9.2 (just released) and following started to crash const dayjs = require('dayjs'); ...
Read more >
webpack crashes node frequently during development - GitLab
Node (running webpack) has been crashing a lot for me today, apparently due to running out of memory. I'm not doing anything beyond...
Read more >
Github CI/CD pipeline crashes with webpack - Stack Overflow
I'm trying to learn how CI/CD pipelines work. I decided to use it with my portfolio page which should re-run itself on every...
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
... Bug:118797 - "Please add openvpn-admin 1.9.3" status:RESOLVED ... "pstoraster crashes with signal 10 (bus error)" status:RESOLVED resolution:OBSOLETE ...
Read more >
ts-loader | Yarn - Package Manager
ts-loader. This is the TypeScript loader for webpack. Installation · Report Bug · Request Feature ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found