Thomas
Thomas
Stumbled into exact same issue. The code was fine and it worked first, but then it suddenly stopped for some reason
@bogeresiraje it did work, but no one obviously should be modifying node_modules like that as everything will be lost on new install. This would require running a script after every...
@mufaddalhamidofficial unfortunately it was not. I also spotted that occasionally swiper becomes buggy and when swiping instead of opening it will just go nuts and go all the way to...
I started to have the same issue a few months ago and had to switch to a different debugger. I checked recently and the connectivity issue was still there. @jhen0409...
@danilowoz The demos and even locally developed version as per docs are not working too, failing with the same issue. It fails in Chrome Version 119.0.6045.160 (Official Build) (64-bit), but...
For anyone else coming here with the same issue. Try passing `useFlatConfig: true` in the config. ``` checker({ eslint: { lintCommand: 'eslint "./src/**/*.{js,jsx}"', useFlatConfig: true }, overlay: true, }) ```