mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Make ComponentLifecycle inherited methods public
This commit is contained in:
@@ -36,9 +36,9 @@ class ScrollableTabViewDemo extends React.Component<{}, {}> {
|
||||
);
|
||||
}
|
||||
|
||||
protected componentWillMount?(): void {
|
||||
componentWillMount?(): void {
|
||||
}
|
||||
|
||||
protected componentWillUnmount?(): void {
|
||||
componentWillUnmount?(): void {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user