This PR fixes a bug that happened when navigating to a filtered view from a record show page related record section, clicking on 'All'. The problem was that the QueryParamsFiltersEffect effect component was overwriting the currentRecordFilter of a different object metadata item than the current view. Which when we navigated back on the original view, had emptied the filters, while they shouldn't change if we only navigate without refreshing the app. Fixes https://github.com/twentyhq/core-team-issues/issues/657
Run yarn dev while server running on port 3000