Skip to content

Commit

Permalink
#1461 Add a displayName on ReactReduxContext (#1462)
Browse files Browse the repository at this point in the history
* #1461 Add a displayName on ReactReduxContext

* lint, remove semicolon #1461
  • Loading branch information
pieplu authored and timdorr committed Nov 13, 2019
1 parent f595f38 commit a84eec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import React from 'react'

export const ReactReduxContext = React.createContext(null)

ReactReduxContext.displayName = 'ReactRedux'

export default ReactReduxContext

0 comments on commit a84eec9

Please sign in to comment.