Skip to content

Commit

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

* lint, remove semicolon reduxjs#1461
  • Loading branch information
pieplu authored and timdorr committed Nov 13, 2019
1 parent 0c24f71 commit 3a6c48d
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 3a6c48d

Please sign in to comment.