Skip to content

Commit

Permalink
Removed explicit Provider.displayName in favor of the inferred name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and timdorr committed Jun 28, 2017
1 parent 5939d90 commit 9434e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function createProvider(storeKey = 'store', subKey) {
[storeKey]: storeShape.isRequired,
[subscriptionKey]: subscriptionShape,
}
Provider.displayName = 'Provider'

return Provider
}
Expand Down

0 comments on commit 9434e43

Please sign in to comment.