preact-redux-typescript-rollup-starter
preact-redux-typescript-rollup-starter copied to clipboard
Fixed outdated typescript definition for react causing build error
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> {