We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bb1d4 commit 89c2debCopy full SHA for 89c2deb
packages/toolkit/src/query/core/buildSlice.ts
@@ -211,7 +211,7 @@ export function buildSlice({
211
} else {
212
// Assign or safely update the cache data.
213
substate.data =
214
- definitions[meta.arg.endpointName].structuralSharing ?? true
+ (definitions[meta.arg.endpointName].structuralSharing ?? true)
215
? copyWithStructuralSharing(
216
isDraft(substate.data)
217
? original(substate.data)
0 commit comments