Also just to make sure I’m following the right pat...
# announcements
b
Also just to make sure I’m following the right pattern… if
<PipelineExplorer />
defines a
PipelineExplorerFragment
, and that is rolled up into it’s parent’s fragment, should it’s input prop be an instance of it’s own type (
PipelineExplorerFragment_Pipeline
), or the encompassing type declared in it’s parent PipelinePage? (
PipelinePageFragment_Pipeline
). I think it’s the former right?