Aliosh Romano

Results 25 comments of Aliosh Romano

@jessicafanfan Hi there. I am facing something similar. I am trying to use `element.prototype.scrollIntoView()`, experiencing lags as well, only on Chrome. As I am doing this imperatively, though a callback,...

> well , I write a wepack plugin to transform async to es5 > > ```js > class BabelTransformAsyncPlugin { > apply(compiler) { > compiler.hooks.compilation.tap( > "BabelTransformAsyncPlugin", > (compilation) =>...

> > For those still struggling with this problem. I use craco to customize the webpack config and remove postcss. > > ``` > > > > webpack: { >...

I see, so you dropped this webpack override. Thanks for replying back to me. In my case I was getting this error, which was also cleared by this dangerous workaround:...

Hey @milotoor! Thanks for the help. Actually, in my dependency tree, using yarn here, I see no direct postcss-loader dependency. I have no such node_modules/postcss-loader. It seems to be correctly...

@DigitalBrainJS The same happens to me. I am using 1.5.0 version of axios and no progress event callbacks are fired when uploading using streaming ('multipart/form-data). I have looked into this...

@DigitalBrainJS Disregard my issue. I found out that the issue was actually due to MSW intercepting my calls and leaving my Frontend relying on a service worker request without the...

Hi @anty30 Why is this an issue? What happens when we have local imports of things exposed from a module federated bundle?

I have found another solution, without workarounds or having an extra infrastructure for a `shared_module` (although the latter seems cleaner and concise on the long run, as complexity builds up):...