chore: Resolve Client-only API error by updating vinxi version#8816
Closed
dngur9801 wants to merge 4 commits intoTanStack:mainfrom
Closed
chore: Resolve Client-only API error by updating vinxi version#8816dngur9801 wants to merge 4 commits intoTanStack:mainfrom
dngur9801 wants to merge 4 commits intoTanStack:mainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit d1438ad.
☁️ Nx Cloud last updated this comment at |
6ed3904 to
4e7db4b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8816 +/- ##
==========================================
- Coverage 46.60% 45.24% -1.36%
==========================================
Files 200 186 -14
Lines 7574 7262 -312
Branches 1748 1684 -64
==========================================
- Hits 3530 3286 -244
+ Misses 3668 3612 -56
+ Partials 376 364 -12 🚀 New features to boost your workflow:
|
|
Please resolve conflicts. |
6f91613 to
d1438ad
Compare
Member
|
@dngur9801 , can you bump the solid packegs (start, router, solid-js, vinxi) all to their latest? |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
issue: #8799
Changes
vinxito0.5.1to fix the"Client-only API called on the server side"error.Reason for Change
vinxiandVite 6, leading to incorrect package resolution.vinxi@0.5.1update resolves the compatibility issue.Reference