We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4e047 commit 9da94cbCopy full SHA for 9da94cb
templates/react/add-on/form/assets/src/routes/demo.form.address.tsx.ejs
@@ -203,8 +203,8 @@ function AddressForm() {
203
204
<% if (codeRouter) { %>
205
export default (parentRoute: RootRoute) => createRoute({
206
- path: '/demo/form',
207
- component: Addres,
+ path: '/demo/form/address',
+ component: AddressForm,
208
getParentRoute: () => parentRoute,
209
})
210
<% } %>
templates/react/add-on/form/assets/src/routes/demo.form.simple.tsx.ejs
@@ -70,7 +70,7 @@ function SimpleForm() {
70
71
72
73
+ path: '/demo/form/simple',
74
component: SimpleForm,
75
76
0 commit comments