-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed
Description
- I tried using the
@types/reactpackage and had problems. - I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
I think you should consider to update these lines of code in order to support react 16 fragments
render(): JSX.Element | null | false | string | JSX.Element[]; //class Component<P, S>
interface ElementClass extends React.Component<any> {
render(): Element | null | false | string | Element[];
}brunolemos, maciejsikora, nicohartto, LMnet, shenglol and 2 more
Metadata
Metadata
Assignees
Labels
No labels