Affected Projects
React
Library Version: 3.0.3
Describe the bug
When selecting some value in MultiDropdownList and clicking pagination some pages, let's say starting from 1 to 2, 3, 4, 5 and URLParams is active the parameter in the url changes accordingly. But when I click the back button of the browser, it instantly goes all the way back to page 1 and resets MultiDropdownList.
To Reproduce
Steps to reproduce the behavior:
go to https://codesandbox.io/s/reactivelist-pagination-problem-rpeij
Select some value in MultiDropdownList and just click the pagination and then at some point the browser back button.
Expected behavior
Being on page n it should step back to page n-1 (in history stack). e.g. coming from page 4 to 3 the browser back button should target back to page 3.
Furthermore, MultiDropdownList should remain the value it had.
Screenshots




Desktop (please complete the following information):
Any update on this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am getting the same error. Can we fix this?
Most helpful comment
Any update on this?