-
Starting from working with the example browser, I tried removing unused dependencies from the package.json. I found that removing "@theia/api-samples" would pretty much break the ide's visuals. After a little more digging in the examples/api-samples directory I found that removing the SampleAppInfo specifically was the cause. I'm very new to Theia but I don't understand what in the sample app info would cause this or how to fix it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hey @jonrhuang, if you're not familiar with the framework, I would recommend you to start off with the yeoman generator for Theia. It builds a ready-to-use app that you can extend without trying to modify already existing code. |
Beta Was this translation helpful? Give feedback.
I mean browser logs. Given that your app essentially looks like in the referenced issue, I assume you're hitting the same bug. Please use v1.63.1 instead.