preact-redux-typescript-rollup-starter icon indicating copy to clipboard operation
preact-redux-typescript-rollup-starter copied to clipboard

Fixed outdated typescript definition for react causing build error

Open vanslly opened this issue 7 years ago • 0 comments

This fixed the error:

[TSC] node_modules/@types/react/index.d.ts:165:11 - error TS2559: Type 'Component<P, S>' has no properties in common with type 'ComponentLifecycle<P, S>'. [TSC] [TSC] 165 class Component<P, S> implements ComponentLifecycle<P, S> {

vanslly avatar Feb 20 '18 17:02 vanslly