Problem with Typescript · Issue #24 · pedronauck/react-adopt
The output of index.d.ts. The import React from 'react'; should be import * as React from 'react', as React module does not export default module. We should not assume user enabled the allowSynthet...