react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

App View unresponsive #284

Closed albertwchang closed 8 years ago

albertwchang commented 8 years ago

From picture below, the "TEsting" button and input field are both unresponsive. The button does not even press, nor can data be inputed into input field.

Is the "App ready" header supposed to be there?

testing

ti-tian commented 8 years ago

Do you have Python installed on your computer?Maybe you lack it.

------------------ 原始邮件 ------------------ 发件人: "Albert Chang";notifications@github.com; 发送时间: 2016年8月31日(星期三) 上午6:11 收件人: "react-webpack-generators/generator-react-webpack"generator-react-webpack@noreply.github.com;

主题: [react-webpack-generators/generator-react-webpack] App Viewunresponsive (#284)

When rendering buttons, input fields, etc., none of these can be interacted with. In other words, buttons don't do anything when pressed (they don't even have the appearance of being pressed), nor can I type anything within the input fields.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

albertwchang commented 8 years ago

@3terrace I do have Python installed; but that shouldn't have anything to do with getting this app up and running. Simply generating a stubbed out project, and then adding a simple button in any of the HTML files should allow it to be pressed.

albertwchang commented 8 years ago

Solved the problem by a simple solution: https://github.com/react-webpack-generators/generator-react-webpack/issues/280