amfahrj
amfahrj
No change. To be clear, I changed the import to import React from 'reactn' The class definition to class FooBar extends React.Component { and I continue to receive the same...
Just to simplify, I created a new project. I followed the default instructions on the typescript docs here https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter I used the component version of Hello.tsx in those instructions. In...
Thanks. // @ts-ignore is how I was already handling it. That is working for the moment.