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

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

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.

None yet

2 participants