Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove flow type, the file are not meant to be compiled #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ignatiusreza
Copy link

No description provided.

@ignatiusreza ignatiusreza mentioned this pull request Dec 27, 2018
@jaruesink
Copy link

@rt2zz this is blocking me from adding this to my project, because create react app doesn't strip types. Same issue as #22

index.js:1452 ./node_modules/redux-persist-crosstab/index.js
SyntaxError: /Users/jruesink/Documents/projects/MGMW/mgmw-app/node_modules/redux-persist-crosstab/index.js: Unexpected token (3:12)

  1 | // @flow
  2 | import { KEY_PREFIX, REHYDRATE } from 'redux-persist/lib/constants';
> 3 | import type { PersistConfig } from 'redux-persist/es/types';
    |             ^
  4 | import type { Store } from 'redux';
  5 | 
  6 | type CrosstabConfig = {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants