yeoman / yo

CLI tool for running Yeoman generators
http://yeoman.io
BSD 2-Clause "Simplified" License
3.85k stars 399 forks source link

Need to update TodoTextInput.js to avoid blank screen at Step 5 #557

Open GitDevArc opened 6 years ago

GitDevArc commented 6 years ago

This has been documented at https://github.com/FountainJS/generator-fountain-webapp/issues/190

The single quotes around the word edit in the rendering section (line 40 in Atom text editor) need to be removed in order to comply with new formatting requirements.

SBoudrias commented 6 years ago

@zckrs any chance you want to update this part of the codelab?

liamse commented 6 years ago

It has still this problem. Redux TodoMVC does not have it.

I can not find yo use which repository that has this problem. By the way, to solve it simply remove quotes of 'edit' in line 40 of ./src/app/components/TodoTextInput.js.

adrianrocamora commented 5 years ago

Thank you, editing 'edit' worked for me.