Replies: 1 comment
-
|
yo, solid v2 beta is a huge shift! usually maintainers wait for stable releases before committing to major version support, but a community PR would probs be the best way to get the ball rolling and show the demand. v5 is still the main focus, so an adapter update or a dedicated v2 compat branch is probs more likely than waiting all the way for v6. bet the crew would love the help if u wanna start a draft! ✌️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Solid.js 2.0 beta has been released with several breaking changes that affect @tanstack/solid-query.
Import path changes:
solid-js/store→solid-js(stores merged into main package)solid-js/web→@solidjs/webAPI renames:
mergeProps→mergesplitProps→omitSuspense→LoadingonMount→onSettledcreateEffectsignature changed (compute → apply two-phase)Behavioral changes:
Questions
Ref: https://github.com/solidjs/solid/blob/next/documentation/solid-2.0/MIGRATION.md
Beta Was this translation helpful? Give feedback.
All reactions