next.js
ab09c1f4
- Change `loadManifest` to return undefined with `handleMissing` (#96530)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 days ago
Change `loadManifest` to return undefined with `handleMissing` (#96530) Previously, this returned `{} as T` which was unsafe. Now it properly returns `undefined` instead and the caller can decide what the fallback value should be
References
#96530 - Change `loadManifest` to return undefined with `handleMissing`
Author
mischnic
Parents
bcea67d4
Loading