next.js
ab09c1f4 - Change `loadManifest` to return undefined with `handleMissing` (#96530)

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
Author
Parents
Loading