流式類型的libdefs是否爲react-router-native過期? 當flow荷蘭國際集團這個工作代碼,我得到: 3: import { Route, Switch, Redirect } from 'react-router-native';
^^^^^ Named import from module `react-router-native`. This module
我有一個使用Flow進行靜態類型檢查的React項目;我有使用flow-typed安裝npm第三方庫的libdefs。但是,有時這些類型不被識別。例如,下面是使用react-router-dom NPM包使用類型時從相應的flow-typed/npm/react-router-dom_v4.x.x.js一個陣營部件,具有identifier ... Could not resolve name流錯
我在我的測試文件中得到這些流程的錯誤: identifier `test`
Could not resolve name
identifier `expect`
Could not resolve name
我已經安裝了流量類型的玩笑libdef,但它並沒有任何區別。 更新:它看起來像由flow-typed創建的Jest libdef只是一個存根。我認爲問題在於流式輸入沒有用於Jest
我使用的流量,而且大多的事情都是工作了,但我對微不足道,因爲這東西抓在我的掉毛此錯誤: type Props = {
actions: object,
products: object,
};
type State = {
email: string,
name: string
};
class SomeComponent extends Com