Skip to content

hotfix: context provider should not destroy instance#18864

Merged
madsrasmussen merged 2 commits intorelease/15.3.1from
v15/hotfix/15_3_context_provider_should_not_destroy_instance
Mar 31, 2025
Merged

hotfix: context provider should not destroy instance#18864
madsrasmussen merged 2 commits intorelease/15.3.1from
v15/hotfix/15_3_context_provider_should_not_destroy_instance

Conversation

@nielslyngsoe
Copy link
Member

Fixes #18805

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

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

…-provider.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@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.

3 participants