Open chetanism opened 9 years ago
Flummox, from what I know, doesn't override console
methods or anything. Any chance your build tool (responsible for source maps) is configured incorrectly or is at a buggy version?
I feel that you are right for two reasons:
Frankly speaking, I don't have much idea about what's going on under the hood. I tried several things, but nothing helped. On my part, I will try:
A couple of other things that I noticed, not sure if it helps, but just in case:
Can you try changing devtool
in your Webpack config to 'eval'
?
This sure looks like a broken source map.
Experiencing the same
@chetanism for the time being, you can disable JS Sourcemaps in Chrome Dev Tools and you should get it working again, getting logs and debugger statements on the correct line numbers
I am using react-dnd library which uses dnd-core library which uses the flummox library (phew). The problem I am facing is that under chrome browser all my logs/errors/warnings are shown to be logged from Actions.js. This is very frustrating because now I don't see the filename/line number where error is. Under Safari, same issue happens but with Flux.js. It works fine with Firefox.
Please let me know if there is a workaround for this problem. Please see the attached image:
Thanks, chetan.