TryGhostOSS
    Ghost
    Removed redundant passive option from removeEventListener calls in comments-ui passive is not a valid removeEventListener option (EventListenerOptions only accepts capture) and is ignored on removal. The paired addEventListener calls all use {passive: true} with no capture, so the matching removals only need capture=false, which is the default. Dropping the third argument entirely removes the need for the as any / as EventListenerOptions casts across all 8 listener removals.
    nx build @tryghost/announcement-bar
Succeeded
CI Pipeline Execution

nx build @tryghost/announcement-bar

Click to copy
Linux
4 CPU cores
read-write access token used
fd5b088a28733

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools