So you are trying out that new fangled useFormStatus
hook but it doesn't actually react to the status of your form?
Now you tried to Google it and all you get is RTFM "go read docs again". Because hook useFormStatus
shows you the status of parent form, not a sibling one.
Let's explain that in English.
<form><Spinner></form>
works- `` doesn't