SIGN IN SIGN UP

`react-dom/server-rendering-stub`: restore experimental prefix for `useFormState` and `useFormStatus` (#27470)

in #27461 the experimental prefix was added back for `useFormState` and
`useFormStatus` in react-dom. However these functions are also exported
from the server rendering stub too and when using the stub with
experimental prefixes their absence causes unexpected errors.

This change adds back the experimental prefix for these two hooks to
match the experimental build of react-dom.
J
Josh Story committed
546178f9109424f6a0176ea8702a7620c4417569
Parent: 16619f1
Committed by GitHub <noreply@github.com> on 10/5/2023, 3:53:14 PM