Skip to content

Commit 05ae26e

Browse files
roncohentimdorr
authored andcommitted
Set displayName explicitly on Provider (reduxjs#506)
1 parent 746c450 commit 05ae26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ Provider.propTypes = {
5151
Provider.childContextTypes = {
5252
store: storeShape.isRequired
5353
}
54+
Provider.displayName = 'Provider'

0 commit comments

Comments
 (0)