I use [email protected], [email protected]
// @flow
import React, {Component} from 'react';
class ClassName extends React.Component<Props, State> {
...
render(): React.Element<any> {
^^^^^^^^^^^^^^^^^^^^ Element. Property not found in
...
}
}
Is this a bug, or am I missing something??
import * as React from 'react';
This probably can be closed.
/cc @vkurchatkin
Most helpful comment