Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kb019 committed Nov 23, 2024
1 parent b2d8ad1 commit cf821f3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ function CompWithConfig() {
class UnsafeComponent extends Component<any,any> {

UNSAFE_componentWillMount() {

}
}

render() {
return <h1>This is Unsafe Component</h1>;
}
};
}

0 comments on commit cf821f3

Please sign in to comment.