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 c02bfcb commit 9dcf11eCopy full SHA for 9dcf11e
src/index.js
@@ -62,7 +62,6 @@ export const mapMultiRowFields = normalizeNamespace((
62
getterType,
63
mutationType,
64
) => {
65
-// export function mapMultiRowFields(paths, getterType = `getField`, mutationType = `updateField`) {
66
const pathsObject = Array.isArray(paths) ? arrayToObject(paths) : paths;
67
68
return Object.keys(pathsObject).reduce((entries, key) => {
0 commit comments