#Aver muestre el countrylist
1 messages · Page 1 of 1 (latest)
revisame ese createAsyncThunk
y tu initialstate no puede ser un objeto
debe ser un array
tipo never[]
se agrega CountryApi, const resp = axios.get<CountryAPI[]>('https://restcountries.com/v3.1/all');
mmm
revisa de que tipos son
o es el payload o el state
alguno no concuerda con el tipo
h
ah
tipea el
const initialState= {
data:[] as CountryAPI[]
}4
aaah
dos agrega CountryAPI en axios.get<CountryAPI[]> y initialState
si funciono
gracias maestro
Hola