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

JSX syntax error #26

Closed
vincenzo-antolini-os opened this issue May 14, 2015 · 1 comment
Closed

JSX syntax error #26

vincenzo-antolini-os opened this issue May 14, 2015 · 1 comment

Comments

@vincenzo-antolini-os
Copy link

The first <span> is not closed correctly.

return <div className='TodoItem'>
            <span className='TodoItem-owner'>{owner}<span>
            <span className='TodoItem-task'>{task}</span>
            <span className='TodoItem-likes'>{likes}</span>
            <span className='TodoItem-like' onClick={this.like}>Like</span>
        </div>;

found here: http://christianalfoni.github.io/react-webpack-cookbook/Introduction-to-React-JS.html

Bye
V

@bebraw bebraw closed this as completed in 503fe3c May 14, 2015
@bebraw
Copy link
Member

bebraw commented May 14, 2015

Thanks!

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

No branches or pull requests

2 participants