This is a follow-up to https://github.com/artsy/emission/pull/2058 . Without decorating the top-level component with either @screenTrack() (which generates tracking events itself) or @track() (which exposes the tracking capabilities to the component tree, but doesn't itself track events), then the component tree will fail to render. I've verified this still keeps fixes the duplicate artist screen tracks 👍
Going to self-merge so we have a workable beta for the weekend.
This is a follow-up to https://github.com/artsy/emission/pull/2058 . Without decorating the top-level component with either
@screenTrack()
(which generates tracking events itself) or@track()
(which exposes the tracking capabilities to the component tree, but doesn't itself track events), then the component tree will fail to render. I've verified this still keeps fixes the duplicate artist screen tracks 👍Going to self-merge so we have a workable beta for the weekend.