Home

tanstack/router

Status:Indexed
Analyzed Nov 17, 202510K+ starsTypeScript

🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).

Back to Pull Requests
#5568Open
Moderate Review

feat: support lazy error component on beforeLoad failures

by beaussanOct 21, 2025
View on GitHub

Summary

This PR addresses an issue where lazy-loaded error components were not being used when `beforeLoad` failures occurred. It aims to ensure these lazy components are correctly rendered in error scenarios.

Changes

+262 additions-201 deletions

Impact Areas

Error HandlingRoute LoadingLazy Loading