Skip to content

LogMonitor now attempts to call .toJS() on state entries.#70

Closed
dvdzkwsk wants to merge 1 commit intoreduxjs:masterfrom
dvdzkwsk:fix-immutable-js
Closed

LogMonitor now attempts to call .toJS() on state entries.#70
dvdzkwsk wants to merge 1 commit intoreduxjs:masterfrom
dvdzkwsk:fix-immutable-js

Conversation

@dvdzkwsk
Copy link

This is an attempt to fix the unreadable state entries for ImmutableJS. I really didn't want to do the manipulation in the render method, but from what I saw in terms of how states are computed and stored I couldn't think of a better solution that didn't significantly alter that part of the codebase.

Anyways, feedback is appreciated. Maybe somebody has a better solution in mind, but this seems to be working for me.

@dvdzkwsk
Copy link
Author

Aaaaand just saw #66 so this might not be the desired solution. I'll read through that again and see if I can rework the implementation.

@gaearon
Copy link
Contributor

gaearon commented Aug 15, 2015

It's best if we can support anything iterable, not just Immutable.

@dvdzkwsk
Copy link
Author

Right, totally makes sense. I'll try to update the PR later when I get home.

@gaearon
Copy link
Contributor

gaearon commented Aug 23, 2015

Closing in favor of #79.

@gaearon gaearon closed this Aug 23, 2015
@gaearon
Copy link
Contributor

gaearon commented Aug 23, 2015

Should be fixed in 1.1.0, please verify.

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