Alberto De Agostini

Results 27 comments of Alberto De Agostini

PROTOCOL_TIMEOUT ``` Channel: DevTools Initial URL: http://webtest.services.thron.com/alberto.deagostini/test-seo/examples/ Chrome Version: 74.0.3729.169 Stack Trace: LHError: PROTOCOL_TIMEOUT at eval (chrome-devtools://devtools/remote/serve_file/@78e4f8db3ce38f6c26cf56eed7ae9b331fc67ada/audits2_worker/audits2_worker_module.js:1170:210 ```

I think this is already fixed with https://github.com/vuejs/vue/pull/9917 In fact I just tested this with a built version 2.6.11 and I see no warning

Can you replicate in a jsfiddle or something? I tried in a project of mine but everything works fine

Same here, changing `import React from "react"` to `import * as React from "react"` patched the issue

@llwt wow that's a lot better, at least it's just in one file... thanks man

Yeah I know it, I was just giving esbuild a shot for a side-project, thx for the suggestion anyway

I think all events link on [that page](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/Events) are broken, the table seems to be off somehow

Would love to see this too

> Hey @anuraag016, indeed, I tested here and it works for my case, thanks. The only thing is that it was throwing and error: `Error: ENOENT: no such file or...

oh yeah, I see, I was able to make it work, it was just a matter of going up some folders... thx