<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.3.0 **Code** See repo here: https://github.com/mohsen1/ts23-super-issue ```js import React from 'react'; export default class Component extends React.Component { constructor(...args) { super(...args) } } ``` **Expected behavior:** No error **Actual behavior:** ``` Error: src/component.js(5,9): error TS2346: Supplied parameters do not match any signature of call target. ```
TypeScript Version: 2.3.0
Code
See repo here: https://github.com/mohsen1/ts23-super-issue
Expected behavior:
No error
Actual behavior: