Skip to content

Commit 7ecac9c

Browse files
committed
chore(changeset): add core patch release note
1 parent d5d704d commit 7ecac9c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@refinedev/core": patch
3+
---
4+
5+
fix(core): keep query context signal lazy when merging meta
6+
7+
`prepareQueryContext` was previously spread into new `meta` objects inside core data hooks. Because `signal` is exposed as a getter, object spread eagerly accessed it during merge and marked the query as abortable earlier than intended.
8+
9+
This keeps `signal` lazy by merging `meta` inside `prepareQueryContext` and preserving the getter on the returned object. The fix is applied across the affected hooks in `@refinedev/core`, and a regression test was added for the lazy `signal` behavior.
10+
11+
Resolves #7132

0 commit comments

Comments
 (0)