Skip to content

Commit 5a310d5

Browse files
committed
fix old bug, version bump
1 parent e87bd01 commit 5a310d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exports.default = (clientDeprecated, mutation, packet = {}) => BaseComponent =>
2323
clientDeprecated = null;
2424
}
2525

26-
const { mapProps = props => props, clientOption } = packet;
26+
const { mapProps = props => props, client: clientOption } = packet;
2727
const client = clientOption || clientDeprecated || _client.defaultClientManager.getDefaultClient();
2828

2929
if (!client) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-graphql-react",
3-
"version": "0.1.1-beta2",
3+
"version": "0.1.2",
44
"description": "",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)