BuidlZone-Labs/zicket-web

Fix up the Route Layout that shows unexpected behaviour across root & auth

クローズ

#157 opened on 2026/07/16

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (43 件のフォーク)auto 404
GrantFox OSSMaybe RewardedOfficial Campaign | FWC26bugdifficulty: mediumfrontendgood first issuehelp wanted

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (平均マージ 2d 13h) (30d で 9 merged PRs)

説明

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 /auth routes make use of their own layout component.
  • Ensure your changes doesnt run into hydration issues.

コントリビューターガイド