Skip to content

Commit

Permalink
Give displayName to NavContext (#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
takemyoxygen committed Jul 12, 2020
1 parent 321ca96 commit 513150f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NavContext.tsx
Expand Up @@ -9,5 +9,6 @@ interface NavContextType {
}

const NavContext = React.createContext<NavContextType | null>(null);
NavContext.displayName = 'NavContext';

export default NavContext;

0 comments on commit 513150f

Please sign in to comment.