Skip to content

Commit a84eec9

Browse files
pieplutimdorr
authored andcommitted
#1461 Add a displayName on ReactReduxContext (#1462)
* #1461 Add a displayName on ReactReduxContext * lint, remove semicolon #1461
1 parent f595f38 commit a84eec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Context.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ import React from 'react'
22

33
export const ReactReduxContext = React.createContext(null)
44

5+
ReactReduxContext.displayName = 'ReactRedux'
6+
57
export default ReactReduxContext

0 commit comments

Comments
 (0)