-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Feel free to close/move this as needed or let me know where I should move it.
The issue I'm experiencing is caused by name-spaced npm module names (with an @
at the start) because the firefox RegExp seems to match them and cause the wrong parsing behavior to be applied.
Line 26 in a094e3b
const regexValidFrame_FireFox = /(^|@)\S+:\d+|.+line\s+\d+\s+>\s+(eval|Function).+/; |
Here's how it looks like (package name is @hot-loader/react-dom
):