@davidornelas11 This addresses an error I was seeing in Storybook where if you selected the Search Page story and it rendered, then you select a different story, and then try to go back to the Search Page, you get the error "Rendered more hooks than during previous render".
A search on that error turned up this issue, and the fix in this comment resolved the issue.
@davidornelas11 This addresses an error I was seeing in Storybook where if you selected the Search Page story and it rendered, then you select a different story, and then try to go back to the Search Page, you get the error "Rendered more hooks than during previous render".
A search on that error turned up this issue, and the fix in this comment resolved the issue.
This PR implements that fix. Can you verify?