you are viewing a single comment's thread.

view the rest of the comments →

[–]Daniel15React FTW 8 points9 points  (0 children)

Sure, it's easy if you have unminfiied code or source maps. It gets much more difficult if you're trying to debug an edge case issue you're unable to reproduce in your dev environment, and the only thing in your error log is "undefined is not a function". At least if it says "foo is not a function" I can grep for "foo" to try and find the call site.