Closed msujew closed 1 year ago
@msujew Thanks for fixing this! Did you have a loom on why the tests fail?
@JonasHelming Left an async
where it didn't belong :)
Tests should work now.
@msujew @JonasHelming just a heads-up I think I'll perform a release of the generator to include the fix :+1:
With the latest Theia version (v1.39.0), components that use
@postConstruct()
are no longer allowed to return a promise in that function. This change fixes the issue in the widget that we distribute.