开发者问题收集
我使用const { id } = useParams();修复了“Uncaught TypeError: Cannot read properties of undefined (reading 'params')”之后立即出现此错误。ProductDetail.jsximport React, { Fragment, useEffect } from 'react';import Carous
大家好。我试图在用户单击产品按钮后将对象存储到钩子数组中。但是,我一直收到:对象不可迭代错误。主要部分:let shoppingArray = [];const shopping = (item) => {shoppingArray.push(item);console.log(shoppingArray);setShoppingBag(...shoppingBag, shoppingArray)
ref:https://github.com/JuniorChang/SojuSushi/blob/main/frontend/src/screens/ProductScreen.js在我的代码行 155-200 中,当我第一次进入该页面时,页面不会显示任何内容。但是,如果我注释掉这些行,页面的其余部分就会出现,我继续取消注释这些行,现在它就可以正确显示了。同样,如果我刷新页面,它又会变成空白。控
尝试在我的 React hooks 页面中实现显示更多和显示更少时,我收到无法读取未定义的属性(读取子字符串)的错误。有人可以建议可能是什么问题吗?组件中发生了上述错误:at MiddleSection (http://localhost:3000/main.2efdffa93468c998df75.hot-update.js:92:82)at divat Homeat Routes (http:
我正在尝试使用react-router,使用该库后出现了一些问题,我已经尝试编写不同的代码,我在互联网上找到了现成的代码,但仍然出现问题(甚至重置了 Windows)。该代码取自官方 react-router 文档,一切按照所写内容执行(https://reactrouter.com/docs/en/v6/getting-started/installation)错误如下:Warning: Inv
我得到未定义的结果,因为cartitems中的item不是未定义的,我该如何修复它?1.import React,{useState} from 'react'import {products} from './data'function app() {const [cartitems, setCartitems] = useState([])const onAddToCart = (produc
我正在制作一个 Google Map API 应用。但是我在从组件调用 setMarker(useState) 时遇到了问题。它说,未捕获 TypeError:无法读取未定义的属性(读取“过滤器”)。我想制作一个表格来显示我的搜索位置结果并存储到 useState(markers)。它可以工作,但是,当我想通过单击按钮删除位置结果时,它不起作用。我应该怎么做才能制作一个删除按钮。谢谢我的 Map.
我已成功获取产品。但当我在控制台日志中看到它显示 null,然后显示 10 个产品的数组。const [datas,setDatas]=useState(null);const [loading,setLoading]=useState(false);useEffect(()=>{fetch('products.json').then(result =>result.json()).then(da
我尝试从来自 useState 钩子的数组中返回 div 中的 p,但出现此错误:Uncaught TypeError:无法读取未定义的属性(读取“items”)Imagefunction App(){const [items, setLab] = useState(["a", "b", "c"])console.log(items)return (<div> laberinto{this.ite
我正在尝试在React中创建一个通过TMDB API进行搜索的搜索栏,但我遇到了一些问题。每当我输入搜索栏时,我都会出现一个错误,说无法读取null的属性(读取'value'),我不确定问题可能是什么以及为什么它以null为单位。我在941614447中调用提及。
我尝试使用 useEffect 从 json 服务器获取一些数据,但出现以下错误:Uncaught TypeError:无法读取未定义的属性(读取“questionText”)。在使用 json 服务器复制数据库之前,我能够显示数据。如能得到任何帮助,我将不胜感激。提前致谢。import {useState, useEffect} from 'react';const QuestionSectio
我是 context API 的新手,正在尝试让我的代码工作。我收到错误:Uncaught TypeError: Object is not iterable (cannot read property Symbol(Symbol.iterator))你们当中有谁能帮我解决这个问题吗?initialUserState 记录一个如下所示的对象:{name: nanny}我的 context 文件是:
我试图操纵 api 响应,以便尽可能以更干净的方式呈现。我有这个状态:state = {tasks: {workingProgress: [],toDo: [],done: [],},};从 api 我得到这样的对象:{id: "1", task: "add button", team: "Metro", status: "workingProgress", …}{id: "8", task: "
我尝试从 commerceJS API 访问从不同模块获取并作为 prop 传递的数据,只有当我调用嵌套产品对象时,代码才会中断,并出现此错误Uncaught TypeError: Cannot read properties of undefined (reading 'source')。我在店面上使用了相同的 API,{product.media.source运行正常。我正在尝试制作一个预览模
Uncaught TypeError: Cannot read properties of undefined (reading 'length')Error is showing in react-dom-development.js file[1]: https://i.sstatic.net/6a8tF.png[2]: https://i.sstatic.net/Cn3EP.png每当我从子