0
WebstormでFlowを使い始めましたが、IDEは宣言したグローバルタイプを傍受することはできません(フローコンパイラは不平を言っていません)。Webstormでグローバルタイプが動作しない
フロー型指定された/ libDefs.js
// @flow
import type { UI } from 'data/redux/redux.flow';
declare var module: {
hot:? {
accept(reducers:? string, func:? Function): any,
}
};
declare type State = {| //btw. eslint gives me here error 'no-undef' State is not defined
+ui: UI,
|}
のsrc /データ/ Reduxの/減速/ ui.js