https://sonarly.com/issue/33231?type=bug
When a user navigates to a deleted custom object URL (e.g., `/objects/accommodations`), the `QueryParamsFiltersEffect` component crashes because `useFiltersFromQueryParams` reads the object name from URL params and calls `useObjectNameSingularFromPlural` which throws for non-existent objects, before the page-level redirect to `/not-found` takes effect.