Results 8 comments of Dali Trabelsi

@frafra @ryw @moonboots can you check this out please? it's really urgent

@pabloascarza unfortunately I even tried to modify the lib code inside node_modules of the package but was still getting the same problem, I couldn't identify why it's auto-reloading. Please let...

> @dali-trabelsi to temporarily fix it i add buffer as dep and then import { Buffer } from 'buffer'; > > window.Buffer = Buffer; thank you @pabloascarza it does fix...

> > Passing this around on Slack to some folks that have knowledge in this general area, but not sure if/when they'll have the bandwidth to go very deep on...

@rusackas any updates please? we're still facing the same frustrating problem

@pkozlowski-opensource here is a codesandbox with minimal reproduction of the bug: [https://codesandbox.io/s/amazing-butterfly-dwdwi9?file=/src/app/app.component.html](https://codesandbox.io/s/amazing-butterfly-dwdwi9?file=/src/app/app.component.html) For the webcomponent I created a new one for the reproduction using Angular Elements 15, below is the...

@pkozlowski-opensource this seems to be a problem with angular elements compiling itself, any idea please ?

> @dali-trabelsi the reproduction provided, with a precompiled (and minified!) custom element is not a minimal reproduction. We should be able to see what's going on in the custom element....