phacks/redux-todomvc

JS comment in JSX shows up in

Closed this issue · 1 comments

You have the snippet:

      </div>
      <TextInput /> // We add the TextInput component
    </li>

That JS comment after the <TextInput /> ends up being in the output of the page for me.

text-input-comment

The comments have been removed in the last commits, thanks for pointing that out!