Skip to content

Commit 2228b07

Browse files
committed
Update to react-rx-component v0.5.0
1 parent 7a8fb5c commit 2228b07

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"dependencies": {
4545
"flux-standard-action": "^0.6.0",
4646
"react-redux": "^0.2.2",
47-
"react-rx-component": "^0.3.0"
47+
"react-rx-component": "^0.5.0"
4848
}
4949
}

src/__tests__/createConnector-test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ describe('createConnector()', () => {
4444
addTodo,
4545
count
4646
}));
47-
});
47+
}, props => <div {...props} />);
4848

4949
const tree = TestUtils.renderIntoDocument(
5050
<Provider store={store}>
5151
{() => (
52-
<TodoConnector>
53-
{props => <div {...props} />}
54-
</TodoConnector>
52+
<TodoConnector />
5553
)}
5654
</Provider>
5755
);

0 commit comments

Comments
 (0)