Browse Source

Temporary remove react-redux flow-definition, causing cryptic flow errors

relatable: https://github.com/flowtype/flow-typed/pull/1731
master
meriadec 7 years ago
parent
commit
538aab0c8b
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 3
      .circleci/config.yml
  2. 2
      src/actions/counterValues.js

3
.circleci/config.yml

@ -15,6 +15,9 @@ jobs:
- run:
name: Flow typed
command: yarn flow-typed
- run:
name: Temporary remove flow definitions for react-redux
command: rm flow-typed/npm/react-redux_v5.x.x.js
- run:
name: Lint
command: yarn lint

2
src/actions/counterValues.js

@ -4,6 +4,8 @@ import axios from 'axios'
import moment from 'moment'
import { getDefaultUnitByCoinType } from '@ledgerhq/currencies'
import type { Dispatch } from 'redux'
import get from 'lodash/get'
import db from 'helpers/db'

Loading…
Cancel
Save