Skip to content

Commit c239842

Browse files
Add error type to server runtime meta args (#8238)
Co-authored-by: Matt Brophy <[email protected]>
1 parent d5309ea commit c239842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix-server-runtime/routeModules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export interface ServerRuntimeMetaArgs<
224224
params: Params;
225225
location: Location;
226226
matches: ServerRuntimeMetaMatches<MatchLoaders>;
227+
error?: unknown;
227228
}
228229

229230
export type ServerRuntimeMetaDescriptor =

0 commit comments

Comments
 (0)