What version of React Router are you using?
Lastest
Steps to Reproduce
- Save some state to
location.state
- Submit a
<Form>
- Log the location.state after action returns;
Expected Behavior
It would be great it would could pass in the current state or new state via <Form state> (like the <Link> component)
Actual Behavior
There is no ability to send state with a <Form> navigation and it automatically resets to null