Skip to content

Unchunk init

Alex Gleason requested to merge unchunk into main

Summary

Don't split the main entrypoint into chunks. Not certain about the impact on performance, but with no Suspense boundary above it, this is the correct thing to do.

Fixes #1570 (closed), and probably other spurious bugs.

Merge request reports