We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 808033c + cf5add4 commit 45bb953Copy full SHA for 45bb953
1 file changed
src/hoc/withLive.js
@@ -7,7 +7,7 @@ const withLive = WrappedComponent => {
7
8
render() {
9
const { live } = this.context
10
- return <WrappedComponent live={live} />
+ return <WrappedComponent live={live} {...this.props} />
11
}
12
13
0 commit comments