Closed chonghorizons closed 3 years ago
Hi, the problem was in the instruction and not in the code, we don't have "task" className in the code.
It's fixed here https://github.com/meteor/react-tutorial/commit/39fa511078abe4998ba109386591814dca568d69.
Thank you for your contribution 😉
In Step 5: https://github.com/meteor/react-tutorial/blob/master/tutorial/simple-todos/05-styles.md
The
className="task"
isn't set anywhere.className="tasks"
(with an s) is set, but the singular "task" is missing. I will issue a pull request.