Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breaking change after inversify update #169

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

msujew
Copy link
Member

@msujew msujew commented Jul 3, 2023

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.

@JonasHelming
Copy link
Contributor

@msujew Thanks for fixing this! Did you have a loom on why the tests fail?

@msujew
Copy link
Member Author

msujew commented Jul 3, 2023

@JonasHelming Left an async where it didn't belong :)

Tests should work now.

@msujew msujew merged commit 8e0869f into master Jul 4, 2023
4 checks passed
@msujew msujew deleted the msujew/fix-inversify-async branch July 4, 2023 09:50
@vince-fugnitto
Copy link
Member

@msujew @JonasHelming just a heads-up I think I'll perform a release of the generator to include the fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants