Skip to content

Commit

Permalink
🤖 Merge PR #69437 Typo s/componentWillUmount/componentWillUnmount/ by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
iangrunert committed May 2, 2024
1 parent 31a24d4 commit 043337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/react-form/v2/index.d.ts
Expand Up @@ -94,7 +94,7 @@ export class Form extends React.Component<
getChildContext(): FormContext;
componentWillMount(): void;
componentWillReceiveProps(nextProps: Readonly<Partial<FormProps>>, nextContext: any): void;
componentWillUmount(): void;
componentWillUnmount(): void;

render(): RenderReturn;
}
Expand Down

0 comments on commit 043337f

Please sign in to comment.