Michael Carter
Michael Carter
This PR adds array-syntax to the `meta` export. ```ts export const meta: MetaFunction = ({data}) => [ { name: "description", content: data.description }, { property: "og:image", content: "https://remix.run/logo.png" }, {...
Currently if a dev wants to extend the configuration of Remix App Server, they must eject from RAS to the Express adapter. This PR adds a new config option `serverEntryFile`...
Index routes in Remix Flat Routes do not end in `/index` so these routes were not correctly identified.
### Describe the bug inputProps() returning `required` even for `optional()` schema ### Your Example Website or App n/a ### Steps to Reproduce the Bug or Issue n/a ### Expected behavior...
### Discussed in https://github.com/kiliman/remix-flat-routes/discussions/126 Originally posted by **akomm** May 28, 2024 Before I open it in issue, maybe doc confusion again :) It appears that the route IDs have been...