Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prerender: Wait for the loading state to complete, fix 404
Prior to this fix, `render()` preemptively considered the app rendering to be final, before completing the transition out of the loading state entirely. This resulted in notFound pages not being identified as such, returning them with a 200 OK status code instead of a 404 Not Found.
- Loading branch information