Closed davemeyer closed 4 years ago
I think you might have forgotten to add to exports in index. ts actually
@andycmaj i put the single and multi select in the same file. but can update for consistent 1:1 mapping. but as-is, we do a export * from './SelectElement';
so it is already exported
right on. thanks!
add a new component for the single select slack block our existing
SelectElement
was a multi-select component for the multi select slack blockso rename what was
SelectElement
toMultiSelectElement
and the new single select is calledSingleSelectElement
so we are explicit about the use casescloses: #47