@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 1.1.2 to 1.1.3
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Tue, 16 Apr 2024 00:44:29 GMT and should not be manually modified. | ||
This log was last generated on Wed, 15 May 2024 12:28:30 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.3 | ||
Wed, 15 May 2024 12:28:30 GMT | ||
### Patches | ||
- Fix objects merging in loadMore after refetch in usePaginationFragment (132382266+DarynaAkhmedova@users.noreply.github.com) | ||
## 1.1.2 | ||
Tue, 16 Apr 2024 00:44:29 GMT | ||
Tue, 16 Apr 2024 00:44:40 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -55,2 +55,3 @@ "use strict"; | ||
var import_useOverridenOrDefaultApolloClient = require("../../useOverridenOrDefaultApolloClient"); | ||
var import_lodash = require("lodash"); | ||
function useLoadMore({ | ||
@@ -85,3 +86,8 @@ fragmentReference, | ||
); | ||
const previousVariables = __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, (_a = metadata.connection) == null ? void 0 : _a.filterVariableDefaults), latestVariablesUsedByStandaloneRefetch), fragmentReference.__fragments), { | ||
const previousVariables = __spreadProps(__spreadValues({}, (0, import_lodash.merge)( | ||
{}, | ||
(_a = metadata.connection) == null ? void 0 : _a.filterVariableDefaults, | ||
latestVariablesUsedByStandaloneRefetch, | ||
fragmentReference.__fragments | ||
)), { | ||
id: fragmentReference.id | ||
@@ -88,0 +94,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
298034
2799