Steps to replicate the issue (include links if applicable):
- go to beta and search for "portrait"
- Click on any of the result
- Scroll down and find entry WITHOUT text
What happens?:
- Nothing happen
What should have happened instead?:
- All entries should have the arrow if hovered (currently all items after the one without text do not have the arrow)
- The search Vue should open on click
Other information (browser name/version, screenshots, etc.):
The error is due to the resulting body not having the ".searchResult" entry, therefore, breaking with this error:
[Error] TypeError: null is not an object (evaluating 'searchResultLi.querySelector('.searchresult').parentElement')