In #38762 we added a migration to replace the deprecated `preserveQueryParams` option with `queryParamsHandling`, however due to a typo, we ended up replacing it with `queryParamsHandler` which is invalid. Fixes #39755. PR Close #39763
Create a schematic for migrating preserveQueryParams to use queryParamsHandler instead. PR Close #38762