Hi, I’ve been in the process of updating my app from Theia 1.31.1 to 1.39.0 (largely derived from following Theia Blueprint) and in the process experienced an issue where my widgets weren’t quite loading properly, to the point where the treeview wasn’t appearing and I couldn’t do keyboard shortcuts, not even ctrl+alt+i to open the frontend console on electron build.
I ended up creating a browser build to finally see the frontend console (thanks for the recent commits on doing this to the theia blueprint demo) and noticed an error along the lines of saying my widget’s class was defined “in a synchronous way but it has asynchronous dependencies.” What’s causing this?
(next post will have the answer)