开发者问题收集
我在使用 axios 时遇到此错误,json 加载正常,但渲染存在问题actions.js:export const getUser = (callback)=>{return function(dispatch){dispatch({type: 'FETCH_GET_USER_REQUEST'});axios.get('https://jsonplaceholder.typicode.com/u
我正在尝试使用 redux 和 Material UI 显示影片列表。FilmsService :export const FilmServices = {getAllFilms,};function getAllFilms(){return axios.get(config.baseUrl).then((response)=>{return response;}).catch((err)=>{c
当我尝试使用 Postman 测试/api/register端点并执行以下POST请求时,收到此错误消息:{"name" : "first","email" : "[email protected]","password" : "123"}[uncaught application error]: TypeError - Cannot read properties of undefined (r
对 React 中的 context 和 Reducer 非常陌生。我目前正在尝试使用 Context 从折线图上的事件中获取日期字符串。我使用的折线图来自 react-chartjs-2。我的 context 设置和提供如下:export const Context = createContext();const initialState = {isShowCarousel: false,dat