diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 2e1311bf3c..fa5d175306 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -439,7 +439,7 @@ declare namespace React { callback?: () => void ): void; - forceUpdate(callBack?: () => void): void; + forceUpdate(callback?: () => void): void; render(): ReactNode; // React.Props is now deprecated, which means that the `children`