-
Notifications
You must be signed in to change notification settings - Fork 31
Record #15
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
Comments
It should work, but I haven't tested. Just checked that there is currently a check var A = Immutable.Record({a:null})
Immutable.Iterable.isKeyed(new A({}))
> true Please, feel free to improve this library submiting tests or patches! |
Just checked, and it seems to work fine:
|
@pedroteixeira I am using Immutable 4.0.0rc2 and this is not working. I will investigate - basically it replaces the whole structure |
hmm. thanks, I was testing with 3.7.x - will try to have a look as well as soon as I can (prob. next week). |
I will @pedroteixeira. isKeyed is moved from Iterable to Collection in 4.0 and that is definitely a breaking change. |
Using immutable records seems not to be supported, or am I wrong?
The text was updated successfully, but these errors were encountered: