Patch Changes
-
#7031
99e9cf01546a4707e1d79be2a4e1671e045bf41e
Thanks @DipakHalkude! - fix: prevent external queryOptions.enabled from overriding internal ID check in useForm (#7031)Fixed a bug where the
useForm
hook allowed externalqueryOptions.enabled
to bypass internal ID safety checks, causing API calls with undefined IDs.Added comprehensive tests covering create mode, undefined IDs, and various enabled combinations to ensure the fix works correctly.
Fixes #7031
-
#7035
6934c008bee0e07eab424f560503fe5a8e541c8a
Thanks @alicanerdurmaz! - fix:useInfiniteList
pagination not work #7034Now
useInfiniteList
correctly advances server-side pages when loading more results. This bug was caused by this commit.Resolves #7034