Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 371 Bytes

curvy-drinks-flash.md

File metadata and controls

5 lines (4 loc) · 371 Bytes
@remix-run/react
patch

Previously, if an action was omitted from <Form> or useFormAction, the action value would default to ".". This is incorrect, as "." should resolve based on the current path, but an empty action resolves relative to the current URL (including the search and hash values). We've fixed this to differentiate between the two.