开发者问题收集
我是 stackoverflow 和 react 的新手,遇到了一些问题。这是代码。onSearchChange = (event) => {this.setState({ searchfiled: event.target.value })}render() {const filteredRobots = this.state.robots.filter(robots => {return ro