Remove unneeded global directives (#10980)

An update to latest `turbo` somehow made these no longer required? 🤷

---------

Co-authored-by: Sean Massa <EndangeredMassa@gmail.com>
This commit is contained in:
Trek Glowacki
2023-12-20 12:14:10 -06:00
committed by GitHub
parent 6194e8ca8d
commit 44569e6929
5 changed files with 4 additions and 6 deletions

View File

@@ -2059,7 +2059,7 @@ export const onPrerenderRoute =
}
const isOmittedOrNotFound = isOmitted || isNotFound;
let htmlFsRef: File | null;
let htmlFsRef: File | null = null;
// If enabled, try to get the postponed route information from the file
// system and use it to assemble the prerender.