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

Can't use Immutable record as root state after upgrading to 3.0.7 #38

Closed
asvetliakov opened this issue Aug 9, 2016 · 4 comments
Closed
Labels

Comments

@asvetliakov
Copy link

After upgrading to 3.0.7 i'm getting this error now:

(program):1 Uncaught TypeError: Value of argument "inputState" violates contract.

Expected:
?Immutable.Map

Got:
RootState {
  _map: Map {
    size: number;
    _root: void;
    __ownerID: void;
    __hash: void;
    __altered: boolean;
  };
}
@gajus
Copy link
Owner

gajus commented Aug 9, 2016

It appears that the package was published using NODE_ENV=development.

"typecheck",

I am in the process of setting up semantic-release. Will fix this issue as soon as that is in place.

@ponelat
Copy link

ponelat commented Aug 19, 2016

this is hurting me a little... is there a workaround?

@gajus
Copy link
Owner

gajus commented Aug 19, 2016

v3.0.8 has been published. Sorry for the delay.

@gajus gajus closed this as completed Aug 19, 2016
@ponelat
Copy link

ponelat commented Aug 19, 2016

awesome... I'll give it a bash!

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

No branches or pull requests

3 participants