We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f595f38 commit a84eec9Copy full SHA for a84eec9
src/components/Context.js
@@ -2,4 +2,6 @@ import React from 'react'
2
3
export const ReactReduxContext = React.createContext(null)
4
5
+ReactReduxContext.displayName = 'ReactRedux'
6
+
7
export default ReactReduxContext
0 commit comments