We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939d90 commit 9434e43Copy full SHA for 9434e43
src/components/Provider.js
@@ -53,7 +53,6 @@ export function createProvider(storeKey = 'store', subKey) {
53
[storeKey]: storeShape.isRequired,
54
[subscriptionKey]: subscriptionShape,
55
}
56
- Provider.displayName = 'Provider'
57
58
return Provider
59
0 commit comments