This is probably related to useEffect inside TableView that saves table state to url whenever it changes, since that no longer has pagination as a dependency (see #1198). Although it seems like pagination was not correctly saved in all tables even before this change.
This is probably related to useEffect inside TableView that saves table state to url whenever it changes, since that no longer has
paginationas a dependency (see #1198). Although it seems like pagination was not correctly saved in all tables even before this change.