Skip to content

Commit 0879b7d

Browse files
author
Ville Saukkonen
committed
add component to meta
1 parent 43a4ba6 commit 0879b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function connect(mapPropsToRequestsToProps, defaults, options) {
272272
const initPS = this.createInitialPromiseState(prop, mapping)
273273
const onFulfillment = this.createPromiseStateOnFulfillment(prop, mapping, startedAt)
274274
const onRejection = this.createPromiseStateOnRejection(prop, mapping, startedAt)
275-
275+
meta.component = this.refs.wrappedInstance
276276
if (mapping.hasOwnProperty('value')) {
277277
return onFulfillment(meta)(mapping.value)
278278
} else {

0 commit comments

Comments
 (0)