Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Add the displayName static property to the Provider component (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrol authored and FredyC committed Jun 20, 2019
1 parent 08e3bc5 commit 7425f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider.js
Expand Up @@ -7,6 +7,7 @@ export const MobXProviderContext = createContext({})

export class Provider extends Component {
static contextType = MobXProviderContext
static displayName = "MobXProvider"

constructor(props, context) {
super(props, context)
Expand Down

0 comments on commit 7425f53

Please sign in to comment.