Skip to content

Used store for list of user component #2695

Answered by danielkcz
Damates asked this question in General
Discussion options

You must be logged in to vote

That's not the fault of MobX, you are trying to render toJS result which is an object, and React doesn't know what to do with it. Either convert it to string with JSON.stringify or .map over it to render the component.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@Damates
Comment options

@danielkcz
Comment options

@Damates
Comment options

@Damates
Comment options

Comment options

You must be logged in to vote
3 replies
@Damates
Comment options

@danielkcz
Comment options

@Damates
Comment options

Answer selected by danielkcz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants