React 不能使用 style 属性
提示的错误消息如下
Uncaught Error: Minified React error #62; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=62&args[]=%20This%20DOM%20node%20was%20rendered%20by%20%60ProductRow%60. for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
错误的出处
|
|
其中 color:red 是错误的原因;
正确的写法如下
|
|
这样就 OK 了,作为表达式,不能直接字符串包着;