Description
I'm currently trying to embed the editor-ui web component into a webpage by loading in the web component bundle file (which I found from the official Raspberry Pi Python IDE page) and using the editor-wc
component - the IDE loads in but strangely does not show any error feedback when you try to run wrong code. It looks like this is because of an error being thrown in the bundle, originating on this line where the error traceback is not found: https://github.com/RaspberryPiFoundatio ... r.jsx#L298
Has anyone else experienced this issue before? Is there anything else I need to load in addition to the web component bundle / is there another way I should be embedding the IDE, or is this something going on with the web component on Raspberry Pi's end? Any help would be much appreciated!
More screenshots of the error as it appears in Chrome Dev Tools: