Prerequisites
Context
{/* <Search onKeyUp={this.handleSearchKeyup} /> */}
<SortButtons onClickByName={this.sortByName} onClickAll={this.sortAll} taxonomies={taxonomiesBodyTypeNames} allTrue sortAllText="All" />
{/* <SelectBoxes onClickByName={this.sortByText} taxonomies={taxonomies} /> */}
Process or Steps to Reproduce
- uncomment the two components above
npm start
- you should see errors with keys among them
Expected result
Fixed and the correct components rendered with filtering working
Current result
no component renders and also no filtering
Possible Fix
May need to think about how the taxonomy object is structured and how it can be implemented for various use cases.
Prerequisites
Context
Process or Steps to Reproduce
npm startExpected result
Fixed and the correct components rendered with filtering working
Current result
no component renders and also no filtering
Possible Fix
May need to think about how the taxonomy object is structured and how it can be implemented for various use cases.