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.