Skip to content

Commit

Permalink
Removed explicit Provider.displayName in favor of the inferred name (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and josepot committed Sep 21, 2018
1 parent 67298c3 commit db198a8
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 db198a8

Please sign in to comment.