We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2b239 commit 2712cb5Copy full SHA for 2712cb5
compat/src/index.d.ts
@@ -27,7 +27,7 @@ declare namespace preact {
27
getDerivedStateFromError?(error: any): Partial<S> | null;
28
}
29
30
- // eslint-disablex-next-line @typescript-eslint/no-unsafe-declaration-merging
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
31
export interface Component<P = {}, S = {}> {
32
componentWillMount?(): void;
33
componentDidMount?(): void;
0 commit comments