Skip to content

Cannot read property "toString" from undefined #20

@brusand

Description

@brusand

Hi David,

I have an issue with the renderOnServer, i the CommentList function
var commentNodes = this.props.data.map(function (comment) {
return (
React.createElement(Comment, {author: 'comment.author'}, comment.text)
);
});
comment.text raise the exception : Cannot read property "toString" from undefined

Any idea ?

Thx
Bruno

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions