我正在尝试通过style
道具将样式数据从父组件传递到子组件,但是出现以下错误:
这是保留字
以下是与我的问题相关的代码:
孩子:
render {
return (<table>
<tr style={{backgroundColor: {this.props.color}}}> ...some text here...</tr>
</table>)
}
父母:
constructor(props){
super(props)
this.state = {
color: "red"
}
}
render() {
return <Child color={this.state.color} />
}
我想念什么?
答案 0 :(得分:2)
您的Child组件的temp['transformed'] = temp.groupby('ID')['X'].apply(lambda x : x.cumsum().shift())
temp
Out[287]:
ID X transformed
0 a 1 NaN
1 a 1 1.0
2 a 1 2.0
3 b 1 NaN
4 b 1 1.0
5 b 1 2.0
6 c 1 NaN
7 c 1 1.0
方法中似乎有一个小的语法错误。
删除render()
周围的{
和}
将解决此问题:
this.props.color