BuidlZone-Labs/zicket-web
Fix up the Route Layout that shows unexpected behaviour across root & auth
Chiusa
#157 aperta il 16 lug 2026
GrantFox OSSMaybe RewardedOfficial Campaign | FWC26bugdifficulty: mediumfrontendgood first issuehelp wanted
Metriche repository
- Star
- (4 stelle)
- Metriche merge PR
- (Merge medio 2g 13h) (9 PR mergiate in 30 g)
Descrizione
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.