Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
fix: set displayName correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alfdocimotvp authored and fabien0102 committed Dec 11, 2019
1 parent 274b71e commit 98d248c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export interface InjectedProps {
}

export default class RestfulReactProvider<T> extends React.Component<RestfulReactProviderProps<T>> {
static displayName = "RestfulProviderContext";

public render() {
const { children, ...value } = this.props;
return (
Expand Down

0 comments on commit 98d248c

Please # to comment.