mp-react-components
mp-react-components copied to clipboard
Search UI should cancel a previous request or at least keep a record of order
Currently, if two requests are sent concurrently, then there is a risk that the results do not come in order. Since SearchUI doesn't keep track of the ordering it might display an old result with a new filters state.
This issue is easily reproduced if the API/network runs slow.