import React, { Component } from 'react';
export default class Position extends Component {
gettingPosition = async () =>{
const api_url = await fetch('http://api.open-notify.org/iss-now.json');
console.log(api_url)
}
render() {
return (
)
}
}
.json выделил черным цветом потому что пропадало при предпросмотре