meteor / react-tutorial

React Tutorial is the best place to learn how to use React and Meteor together
https://react-tutorial.meteor.com/
39 stars 87 forks source link

Adding instructions for adding className="task" #21

Closed chonghorizons closed 3 years ago

chonghorizons commented 3 years ago

See issue #19. Tasks weren't rendering right because the className="task" was missing.

See the diff which explains this better than words can.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

filipenevola commented 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 😉