Skip to content

Commit

Permalink
fix: Fix bindLifecycle.tsx TSLint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenChang618 committed Aug 17, 2019
1 parent 12ee736 commit 199f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/bindLifecycle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ export default function bindLifecycle<P = any>(Component: React.ComponentClass<P
return hoistNonReactStatics(
BindLifecycle,
Component,
);
) as any;
}

0 comments on commit 199f187

Please sign in to comment.