Closed bholmesdev closed 9 months ago
Latest commit: 3e72f1cc2ed02b3015fd918d32e0ff9cb9bf6d1e
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
simple-stack-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 23, 2024 6:49pm |
Resolves #33
Changes
Remove the need for
ResolveSuspended
by rendering all suspended components from middleware. This ensures all suspended components are rendered after other page content, even when layouts are used.