Skip to content

Commit

Permalink
fix: Add error to ServerRuntimeMetaArgs type
Browse files Browse the repository at this point in the history
  • Loading branch information
timkraut committed Dec 6, 2023
1 parent f98d461 commit 31399fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-cooks-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/server-runtime": patch
---

Add error to ServerRuntimeMetaArgs type
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,3 +619,4 @@
- SeanRoberts
- yasoob
- mccuna
- timkraut
1 change: 1 addition & 0 deletions packages/remix-server-runtime/routeModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export interface ServerRuntimeMetaArgs<
params: Params;
location: Location;
matches: ServerRuntimeMetaMatches<MatchLoaders>;
error?: unknown;
}

export type ServerRuntimeMetaDescriptor =
Expand Down

0 comments on commit 31399fa

Please sign in to comment.