BuidlZone-Labs/zicket-web
Fix up the Route Layout that shows unexpected behaviour across root & auth
已关闭
#157 创建于 2026年7月16日
GrantFox OSSMaybe RewardedOfficial Campaign | FWC26bugdifficulty: mediumfrontendgood first issuehelp wanted
仓库指标
- 星标
- (4 个星标)
- PR 合并指标
- (平均合并 2天 13小时) (30 天内合并 9 个 PR)
描述
Problem
The Root Layout shows header & footer components even while the nested route layout contains its own node, e.g the /, /explore, /news make use of the root layout, but it still applies only to the /auth nested route layout when it shouldn't.
Acceptance Criteria
- Ensure root layout & nested route layout dont mix up
- Ensure all root routes are not affected by your changes.
- Ensure all nested
/authroutes make use of their own layout component. - Ensure your changes doesnt run into hydration issues.