fix: return _404 when initialScheme doesn't match prefix#119
fix: return _404 when initialScheme doesn't match prefix#119jingjing2222 wants to merge 3 commits intotoss:mainfrom
Conversation
🦋 Changeset detectedLatest commit: f5bd231 The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@jingjing2222 is attempting to deploy a commit to the Toss Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report❌ Patch coverage is
❌ Your project check has failed because the head coverage (6.42%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
========================================
- Coverage 6.42% 6.42% -0.01%
========================================
Files 468 468
Lines 21521 21524 +3
Branches 734 734
========================================
Hits 1383 1383
- Misses 19788 19791 +3
Partials 350 350 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Changes
useInitialRouteNamehook to validate initialScheme against prefix before processingWhy