-
-
Notifications
You must be signed in to change notification settings - Fork 119
Create pr for solid plugin issue #2037
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?
Conversation
Co-authored-by: stijn.vanhulle <[email protected]>
|
Cursor Agent can help with this pull request. Just |
|
|
The preview deployment for kubb-labs/kubb:main is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-11-21 14:42:11 CET |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ 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 |
More templates
@kubb/cli
@kubb/core
kubb
@kubb/mcp
@kubb/oas
@kubb/plugin-client
@kubb/plugin-cypress
@kubb/plugin-faker
@kubb/plugin-mcp
@kubb/plugin-msw
@kubb/plugin-oas
@kubb/plugin-react-query
@kubb/plugin-redoc
@kubb/plugin-solid-query
@kubb/plugin-svelte-query
@kubb/plugin-swr
@kubb/plugin-ts
@kubb/plugin-vue-query
@kubb/plugin-zod
unplugin-kubb
commit: |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2037 +/- ##
==========================================
+ Coverage 80.27% 80.31% +0.04%
==========================================
Files 133 133
Lines 4876 4908 +32
Branches 2033 2045 +12
==========================================
+ Hits 3914 3942 +28
- Misses 868 870 +2
- Partials 94 96 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Accept accessor functions for params and options in Solid Query plugin to enable reactive tracking.
The generated hooks now accept parameters and options as accessor functions (
() => Type) instead of direct values. This allows Solid Query to automatically track changes to reactive primitives (like signals) passed as parameters, enabling automatic refetching without requiring manualcreateMemowrappers or other workarounds.