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

Improve implementation around widget management #13818

Merged
merged 1 commit into from
Jun 27, 2024

Commits on Jun 16, 2024

  1. Improve implementation around widget management

    Mainly, ensures that any widget promises returned by the `WidgetManager`
    will only resolve when the entire widget creation process has completed
    successfully, including the 'onWillCreateWidget` part.
    
    (Prior to the fix, some widget promises returned by the `WidgetManager`
    could resolve as soon as the widget was created by its factory, which
    did not take into account the other parts of the widget creation process,
    such as the 'onWillCreateWidget' part.)
    pisv committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1ced1c7 View commit details
    Browse the repository at this point in the history