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 dda1b07 commit 25e0b6dCopy full SHA for 25e0b6d
src/utils.js
@@ -9,5 +9,5 @@ export const pick = (obj, ...props) => {
9
}
10
});
11
12
- return obj;
+ return picked;
13
};
0 commit comments