diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 1a9a51602c..9107ac61ec 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -369,7 +369,7 @@ declare namespace React { // This should actually be something like `Lifecycle | DeprecatedLifecycle`, // as React will _not_ call the deprecated lifecycle methods if any of the new lifecycle // methods are present. - interface ComponentLifecycle extends NewLifecycle, DeprecatedLifecycle { + interface ComponentLifecycle extends NewLifecycle, DeprecatedLifecycle { /** * Called immediately after a compoment is mounted. Setting state here will trigger re-rendering. */