Skip to content

Commit

Permalink
typescript is not flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed May 17, 2022
1 parent 1c8737e commit 4bbb44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function createFlightHook() {
}
}

function escapeJSONForFlightScript(input: mixed): string {
function escapeJSONForFlightScript(input: unknown): string {
return htmlEscapeJsonString(JSON.stringify(input))
}

Expand Down

0 comments on commit 4bbb44a

Please sign in to comment.