-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix(solid-query): enable experimental_prefetchInRender by default for… #9822
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
base: main
Are you sure you want to change the base?
fix(solid-query): enable experimental_prefetchInRender by default for… #9822
Conversation
|
WalkthroughThe change enables server-side SSR prefetch in solid-query's Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit bedefb6
☁️ Nx Cloud last updated this comment at |
|
Sizes for commit bedefb6:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #9822 +/- ##
===========================================
+ Coverage 45.74% 76.39% +30.65%
===========================================
Files 200 19 -181
Lines 8404 394 -8010
Branches 1919 81 -1838
===========================================
- Hits 3844 301 -3543
+ Misses 4112 76 -4036
+ Partials 448 17 -431
🚀 New features to boost your workflow:
|
closes #9713
Solid query on the server hangs forever, because it always needs experimental_prefetchInRender:true on the server, but that's off by default. Since it always have to be on on the server, this PR detects isServer and set it true. It's because createResource uses promises.
Summary by CodeRabbit