Darshan972

Results 5 issues of Darshan972

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: onPressedButton = channelId => {...

Here is the code: fetchData = (data) => { this.setState(imgLink: data.items[0].snippet.thumbnails.default.url); //at 0 i am getting error this.setState(width: data.items[0].snippet.thumbnails.default.url.width); this.setState(height: data.items[0].snippet.thumbnails.default.url.height); } here is how i fetch the api: this.setState({url:...

Hey what the the hell is the error i am getting here please solve it . i am 16 years old right now please give a expln that i can...

I can't understand what the hell is happening with this state . It is not updating . ` this.setState({imgLink: data.items[0].snippet.thumbnails.default.url}); console.log(this.state.imgLink); `

Hey, i amm getting an error after calling an function after onPressesd , that "undefined is not a function near setInterval". please see it. here is the code of 1'st...