-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Prettier to package.json to pin version & rewrite files
- Loading branch information
1 parent
fa2f461
commit 1d743a1
Showing
6 changed files
with
15,669 additions
and
15,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ export default async function handleRequest( | |
// free to delete this parameter in your app if you're not using it! | ||
|
||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
loadContext: AppLoadContext | ||
loadContext: AppLoadContext, | ||
) { | ||
const body = await renderToReadableStream( | ||
// @ts-expect-error This is a mistake in the package types, resolved in @remix-run/[email protected] | ||
|
@@ -31,7 +31,7 @@ export default async function handleRequest( | |
console.error(error); | ||
responseStatusCode = 500; | ||
}, | ||
} | ||
}, | ||
); | ||
|
||
if (isbot(request.headers.get("user-agent"))) { | ||
|
Oops, something went wrong.