Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(file-router): enable file routes + layout + fallback combination #2989

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

platosha
Copy link
Contributor

@platosha platosha commented Dec 10, 2024

The combination use cases with file routes, server layout, and server fallback were broken in #2971. This fixes the combination issue and adds a test.

@platosha platosha added hilla Issues related to Hilla target/24.6 labels Dec 10, 2024
@platosha platosha requested review from Lodin and Artur- December 10, 2024 16:29
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.56%. Comparing base (a44eafc) to head (4f2343e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2989      +/-   ##
==========================================
+ Coverage   92.52%   92.56%   +0.03%     
==========================================
  Files          84       84              
  Lines        3159     3160       +1     
  Branches      770      772       +2     
==========================================
+ Hits         2923     2925       +2     
+ Misses        184      183       -1     
  Partials       52       52              
Flag Coverage Δ
unittests 92.56% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ZheSun88 ZheSun88 merged commit 56e1ab8 into main Dec 10, 2024
15 checks passed
@ZheSun88 ZheSun88 deleted the fix/file-router/fallback-replace branch December 10, 2024 18:44
ZheSun88 pushed a commit that referenced this pull request Dec 10, 2024
…2989) (CP: 24.6) (#2990)

fix(file-router): enable file routes + layout + fallback combination (#2989)

Co-authored-by: Anton Platonov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants