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[];
}
https://reactjs.org/blog/2017/09/26/react-v16.0.html
@types/reactpackage and had problems.I think you should consider to update these lines of code in order to support react 16 fragments
https://reactjs.org/blog/2017/09/26/react-v16.0.html