Skip to content

Commit fb0d06f

Browse files
authored
reduxjs#1461 Add a displayName on ReactReduxContext
1 parent f595f38 commit fb0d06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Context.js

Lines changed: 2 additions & 0 deletions
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)