You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: