Alve Svarén

Results 15 comments of Alve Svarén

Same for me still, v3.1.2, the only real issue I have with the script, works perfectly except for that.

Same problem for me

I get a similar error when trying to view the report for a dev site. ``` Uncaught TypeError: ((0 , _parseMedia2.default)(...) || []).forEach is not a function at linter.js:455:485 at...

I got this error due to having droppables only occasionally show, and starting to show them onDragStart={}. Changing to onBeforeDragStart={} solved my issues

> A good test case for a fix would be… > > * works with shift+click (new window) > > * works with cmd+click (new tab) > > * works...

I can also confirm that this is an issue still for me on v1.4.6 (the latest at the time of writing this)

I don't think the location of the links when hovering over them should be without the hash. I think you'll need to run buildLocation (or whatever function creates the actual...

The workaround of adding `"preinstall": "rm -rf node_modules/odiff-bin"` to the script-section of package.json works for me, thanks

I have upgraded to 2.5.1, but it still fails to install (exactly the same error). I can replicate it locally by running `yarn` followed by `yarn upgrade odiff-bin` in my...