Shubham Aniket

Results 2 comments of Shubham Aniket

Try this :- onPressedButton =(channelId) => { this.setState ({ channelId : channelId })

> > > I am getting an error after writing this code that the type cast expression is expected to be wrapped with parenthesis. > Here is my code: >...