Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Oct 27, 2025

Explanation

The INVALID_CONTROLLER_ERROR error message incorrectly referenced the property name messagingSystem, which is no longer used in the next version of the BaseController class (which the ComposableController switched to in the PR #6710).

The error message was updated to no mention the messenger instance variable at all, since the check that triggered the error doesn't look for it anyway.

References

Fixes minor error introduced by #6710

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Note

Update INVALID_CONTROLLER_ERROR to remove obsolete messagingSystem reference, stating only that controllers must inherit from BaseController.

Written by Cursor Bugbot for commit 05b6cb3. This will update automatically on new commits. Configure here.

The `INVALID_CONTROLLER_ERROR` error message incorrectly referenced the
property name `messagingSystem`, which is no longer used in the next version of
the `BaseController` class (which the `ComposableController` switched to in
the PR `#6710).

The error message was updated to no mention the messenger instance variable at
all, since the check that triggered the error doesn't look for it anyway.
@Gudahtt Gudahtt force-pushed the remove-obsolete-property-reference-in-error-message branch from bbe6a3a to 05b6cb3 Compare October 27, 2025 13:48
Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

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

LGTM!

@Gudahtt Gudahtt marked this pull request as ready for review October 27, 2025 13:50
@Gudahtt Gudahtt requested a review from a team as a code owner October 27, 2025 13:50
@Gudahtt Gudahtt enabled auto-merge October 27, 2025 13:50
@Gudahtt Gudahtt added this pull request to the merge queue Oct 27, 2025
Merged via the queue into main with commit ffafb7d Oct 27, 2025
255 of 256 checks passed
@Gudahtt Gudahtt deleted the remove-obsolete-property-reference-in-error-message branch October 27, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants