What version of Remix are you using?
1.11.1
Steps to Reproduce
Please check this reproduction case:
https://stackblitz.com/edit/node-sbijvk?file=app/routes/index.tsx
Expected Behavior
<fetcher.Form preventScrollReset method="action"> should not reset the scroll position on a redirect.
Actual Behavior
The scroll position reset on a fetcher.Form.
Since https://stackblitz.com/edit/node-sbijvk?file=app/routes/index.tsx6 a Remix's Form has the preventScrollReset.