Skip to content

Commit b487b26

Browse files
committed
@provides should pass its props down
1 parent 47a98f5 commit b487b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/performs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default function performs(...actionKeys) {
4343

4444
render() {
4545
return (
46-
<DecoratedComponent {...this.actions} />
46+
<DecoratedComponent {...this.props}
47+
{...this.actions} />
4748
);
4849
}
4950
};

0 commit comments

Comments
 (0)