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

Update immutable to the latest version: 4.0.0-rc.9 #250

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

Commits on Dec 27, 2017

  1. Update immutable to the latest version: 4.0.0-rc.9

    Getting this flow error on 4.0.0-rc.2, the error is gone in the latest version, see immutable-js/immutable-js#1379
    ```
    $ yarn lint && flow && jest --coverage
    $ eslint src webpack.config.babel.js --ext .js,.jsx
    Error: node_modules/immutable/dist/immutable.js.flow:519
    519:   static of<T>(...values: T[]): SetSeq<T>;
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function type. This type is incompatible with
    383:   static of<T>(...values: T[]): IndexedSeq<T>;
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function type
      This parameter is incompatible:
        519:   static of<T>(...values: T[]): SetSeq<T>;
                                             ^^^^^^^^^ SetSeq. This type is incompatible with
        383:   static of<T>(...values: T[]): IndexedSeq<T>;
                                             ^^^^^^^^^^^^^ IndexedSeq
    
    
    Found 1 error
    ```
    lwiecek committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    e9e8a20 View commit details
    Browse the repository at this point in the history