开发者问题收集
我尝试使用 useEffect 从 json 服务器获取一些数据,但出现以下错误:Uncaught TypeError:无法读取未定义的属性(读取“questionText”)。在使用 json 服务器复制数据库之前,我能够显示数据。如能得到任何帮助,我将不胜感激。提前致谢。import {useState, useEffect} from 'react';const QuestionSectio
使用此功能,我从 API 中过滤了一些对象const consultarAPI = async () => {try {const consulta = await fetch(URL);const respuesta = await consulta.json();// Aqui se filtran las noticiasconst noticiasFiltradas = respuesta
我使用以下命令安装了 json-server:npm install -g json-server然后我创建了一个像这样的 db.json:{"employees": [{"id": 1,"first_name": "Sebastian","last_name": "Eschweiler","email": "[email protected]"},{"id": 2,"first_name": "