modified code
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
this.state.placeholder = 'Rechercher dans les albums';
|
||||
this.state = {
|
||||
placeholder: "caca",
|
||||
items: this.fetchSong();
|
||||
items: await this.fetchSong()
|
||||
};
|
||||
|
||||
console.log(this.state);
|
||||
|
Reference in New Issue
Block a user