diff --git a/integration/form-test.ts b/integration/form-test.ts index c1da0f99f88..e55860e4cfe 100644 --- a/integration/form-test.ts +++ b/integration/form-test.ts @@ -361,6 +361,71 @@ test.describe("Forms", () => { } `, + "app/routes/form-data.jsx": js` + import { Form } from "@remix-run/react"; + + export default function() { + return ( + <> +
+ {/* the basics */} + + + +