subject
Computers and Technology, 21.06.2021 16:30 245cat

Very noob React problem and question. So I can log what I'm trying to log here and I get what I want in the console. I'm trying to simply add the stated 'peopleFinallyShowUp' variable that you see. What I have no is wrong of course but I've tried so many things. I get the error Error: Objects are not valid as a React child (found: object with keys {name, height, mass, hair_color, skin_color, eye_color, birth_year, gender, homeworld, films, species, vehicles, starships, created, edited, url}). If you meant to render a collection of children, use an array instead. I have tried creating the state as an array with passed in props. I only want to pass peopleFinallyShowUp and have it render in my app. It consoles just fine, there's simply something restricting me from putting it here between the tags.
import React, { Component } from 'react';
import logo from './logo. svg';
import './App. css';
class App extends Component {
constructor(){
super()
this. state = {
jedi: []
}
}
componentDidMount(){
fetch('https://swapi. co/api/people/1/?format=json').then (response => {
return response. json()})
.then(data => {
// Work with JSON data here
this. setState({jedi: data });
}).catch(err => {
console. log(err)
// Do something for an error here
});
};
render() {
return (

Welcome to React

{this. state. jedi}

);
}
}
export default App;

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
in 2007, floridians died in alcohol-related collisions.a.  501b.  1,051c.  5,015d.  10,839
Answers: 1
question
Computers and Technology, 22.06.2019 16:20
It policy compliance and emerging technologies respond to the following: propose at least three control measures that organizations need to put in place to ensure that they remain complaint with emerging technologies and in a continually changing it environment. examine the correlation of effective configuration management and change control procedures to remain compliant with emerging technologies and it security changes.
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
The camera still is bad even with the new iphone xr and especially in low light it is even worst because you can see the pixels more if its in low light. if all you apple customers want apple to fix this then lets fill there feedback with complaints about the can apple do to fix this issue?
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
If an appliance consumes 500 w of power and is left on for 5 hours, how much energy is used over this time period? a. 2.5 kwh b. 25 kwh c. 250 kwh d. 2500 kwh
Answers: 1
You know the right answer?
Very noob React problem and question. So I can log what I'm trying to log here and I get what I want...
Questions
question
Geography, 28.12.2020 15:50
question
Mathematics, 28.12.2020 15:50
question
Mathematics, 28.12.2020 15:50
question
Mathematics, 28.12.2020 15:50
Questions on the website: 13722360