yo icon indicating copy to clipboard operation
yo copied to clipboard

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

Open GitDevArc opened this issue 6 years ago • 3 comments

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.

GitDevArc avatar Dec 26 '17 06:12 GitDevArc

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

SBoudrias avatar Dec 26 '17 17:12 SBoudrias

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.

liamse avatar Mar 05 '18 11:03 liamse

Thank you, editing 'edit' worked for me.

adrianrocamora avatar May 20 '19 20:05 adrianrocamora