1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

bump react to 18.1.0

This commit is contained in:
2022-04-26 17:50:22 -04:00
parent a3870a15db
commit 5e340f776b
3 changed files with 119 additions and 116 deletions

View File

@@ -32,6 +32,9 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
onFailedAttempt: (error) => {
console.warn(`Attempt ${error.attemptNumber} failed, trying again...`);
},
// TODO: figure this out
// https://github.com/DefinitelyTyped/DefinitelyTyped/commit/6f77b38130593a06e1988f1d3df162823ae186af
// @ts-ignore
retries: 3,
});