refactor(solid-query): solid 2 reactivity compliance#10316
refactor(solid-query): solid 2 reactivity compliance#103162wheeh wants to merge 3 commits intoTanStack:solid-query-v6-prefrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 Tip CodeRabbit can generate a title for your PR based on the changes.Add |
|
View your CI Pipeline Execution ↗ for commit 2641790
☁️ Nx Cloud last updated this comment at |
🎯 Changes
From RFC: Reactivity, batching, and effects,
{ pureWrite: true }to opt out of the dev warning, as these are one-way writes from external callbacks, not reactive feedback loops.const { status } = useQuery(...)) evaluates the property immediately, losing reactivity. Accessing viastate.statuspreserves tracking.✅ Checklist
pnpm run test:pr.🚀 Release Impact