StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.65k forks source link

TypeError: onVideoSelect is not a function #272

Closed vinay72 closed 5 years ago

vinay72 commented 5 years ago

this is my index.js file `render() { return (

this.setState({selectedVideo}) } this.setState({selectedVideo}) } videos ={this.state.videos} />
 );
}

}` When I used to run my code on localhost server console gives this error. Anyone can have any idea what went wrong?