Skip to content

hotfix: context provider should not destroy instance #18864

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

Conversation

nielslyngsoe
Copy link
Member

Fixes #18805

@Copilot Copilot AI review requested due to automatic review settings March 28, 2025 18:39
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This hotfix addresses an issue where the context provider was erroneously destroying its instance. The proposed changes remove the destroy call in favor of preserving the instance so that it can potentially be re-provided later.

  • Removing the call to the destroy() method on the instance
  • Updating the comment to reflect the intended behavior

@madsrasmussen madsrasmussen merged commit 26907f2 into release/15.3.1 Mar 31, 2025
23 checks passed
@madsrasmussen madsrasmussen deleted the v15/hotfix/15_3_context_provider_should_not_destroy_instance branch March 31, 2025 08:51
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.

2 participants