-
I have been extending the ApplicationShell in my custom extension using the following in my frontend module:
In 1.38, it seems that my code is being ignored. The ApplicationShell is being extended by ApplicationShellWithToolbarOverride. Can someone please comment on how can I overcome this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you recently add the But yes, the package overrides the application shell with a different one. |
Beta Was this translation helpful? Give feedback.
-
@msujew Yes, you are right. I added |
Beta Was this translation helpful? Give feedback.
Did you recently add the
@theia/toolbar
package to your application? We have had that package for a long time, and nothing changed in regards to that in Theia 1.38.0.But yes, the package overrides the application shell with a different one.