For search results with multiple pages, if you expand one of the results and then move to the next/previous page, the result in that same place will remain expanded since React is recycling the underlying DOM element. Let's make sure to explicitly collapse all results when transitioning between pages.
For search results with multiple pages, if you expand one of the results and then move to the next/previous page, the result in that same place will remain expanded since React is recycling the underlying DOM element. Let's make sure to explicitly collapse all results when transitioning between pages.