Skip to content

DEV: Silence post-stream-widget-overrides in the checklist plugin #33743

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

Merged

Conversation

megothss
Copy link
Contributor

@megothss megothss commented Jul 22, 2025

Wraps the post widget lookup in withSilencedDeprecations to suppress noisy post-stream-widget-overrides warnings when the checklist plugin accesses the legacy post stream widget.

The deprecation warning was being triggered when incompatible extensions forced the use of the legacy widget post-stream, even though the code already properly handles the Glimmer Post Stream case. This change maintains the existing functionality while eliminating unnecessary console noise.

Ensures warnings related to deprecated post-stream code are handled appropriately by silencing them when fetching the `postWidget`.

The code already handles when the Glimmer Post Stream is enabled, and the deprecation was just adding noise when an incompatible extension forced the use of the legacy widget post-stream.
@megothss megothss merged commit aa2a0c1 into main Jul 22, 2025
18 checks passed
@megothss megothss deleted the dev/silence-glimmer-post-stream-deprecation-in-checklist branch July 22, 2025 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants