Skip to content

Commit 3a6c48d

Browse files
pieplutimdorr
authored andcommitted
reduxjs#1461 Add a displayName on ReactReduxContext (reduxjs#1462)
* reduxjs#1461 Add a displayName on ReactReduxContext * lint, remove semicolon reduxjs#1461
1 parent 0c24f71 commit 3a6c48d

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)