开发者问题收集
我正在开发一款可以执行 CRUD 操作的 MERN 堆栈应用。但更新似乎不起作用。执行更新操作时,我可以在浏览器控制台中看到更新的值,但它似乎没有更新数据库中的值,并且不断出现我在标题中提到的错误。提前致谢。import React, {Component} from 'react';import axios from 'axios';import Sidebar from '../../comp
我想使用 google-map-react api 包含一张地图,但总是出现以下错误:google_map.js:428 Uncaught TypeError: Cannot read properties ofundefined (reading 'emit')at o.r.componentDidUpdate (google_map.js:428:1)at commitLayoutEffect
我按照教程为我的表格添加页面分页,现在我的浏览器中出现了这个错误:Uncaught TypeError: Cannot read property 'main' of undefinedat ButtonRoot.ownerState.ownerState (Button.js:80)at transformedStyleArg (createStyled.js:189)at handleInte
当我尝试返回JSON的.Name时,出现此错误“未捕获 TypeError:无法读取未定义的属性(读取‘0’)”。这是我的 javascript(console.log 用于测试):var roomsCodes = [['232','DDSB'],['232','DDMB'],['232','SJJB'],['232','SJJS'],];var jsonMin ={"DDSB": {"Name"
我创建了一个绘制矩形的元素。我如何创建另一个元素来将玩家输入附加到其中?每当我尝试使用下面的代码附加时,它都会显示此错误:Uncaught TypeError: Cannot read properties of null (reading'appendChild')at HTMLButtonElement. (jscript.js:16:57)提前致谢。//Clicking a button w
我想使用 JS 或 JQuery 隐藏<div id='altOcr'>中的<div id='coco'>。这是我的基本代码:<div id='altOcr'><div id='coco'>abc</div><div id='coco'>def</div></div><div id='altOcr'><div id='coco'>abc</div><div id='coco'>def</div><
我正在处理的一个 React 项目出现此错误“Expenses.js:8 Uncaught TypeError: 无法读取未定义的属性(读取‘Items’)”,我不知道为什么我总是收到此错误。我对 REACT 完全陌生。任何帮助都非常感谢这是我的文件代码App.jsimport Expenses from "./components/Expenses";function App() {const
每当我尝试在弹出窗口关闭时放大或缩小时,我在 Vue 3 上的 Leaflet 上都会遇到错误。Mozilla 上的错误:Uncaught TypeError: this._map is null Popup.js以及 chrome 上的错误Uncaught TypeError: Cannot read properties of null (reading'_latLngToNewLayerPo
我尝试运行以下代码时出现以下两个错误:Uncaught TypeError: Cannot read properties of null (reading 'rows')at changeContentUncaught TypeError: Cannot read properties of null (reading 'rows')at changeContent。function chang
我以此为例https://jsfiddle.net/kkulig/0k4m5d2q/我删除了他在这些行中使用硬编码数据的部分替换了这个var originalCategories = [new Category('A'), new Category('B'), new Category('C')].map(function(cat, i) {cat.index = i;return cat});用
我尝试打开和关闭类列表,这样当单击按钮时,模式的不透明度会更改为 1,而当单击关闭按钮时,类列表会关闭。在控制台中,我看到错误:未捕获的 TypeError:无法读取 null 的属性(读取“addEventListener”)我检查以确保没有拼写错误,但我没有看到任何拼写错误。我不明白为什么会出现错误。HTML (index.html)<button class="rulesButton">RU
我试图在文件 html.twig 上显示来自谷歌地图的地图,但是它显示了这个错误Uncaught TypeError: Cannot read properties of undefined (reading 'maps')我的 twig :let map, google;let markers = [];var infowindow = new google.maps.InfoWindow();
我编写了以下代码来将值传递给信息框,但我收到错误未捕获的 TypeError:无法读取未定义的属性(读取“0”)。请告诉我错在哪里。import React,{useState} from 'react'function App() {const [specificState, setSpecificState] = useState({});const jsondata1 = await fet
我在尝试过滤数组时遇到问题(见下文),我尝试过滤食谱,同时检查某种成分是否在食谱中。下面是我的问题的简单示例。首先是 JSON{"recipes": [{"id": 1,"name" : "Limonade de Coco","servings" : 1,"ingredients": [{"ingredient" : "Lait de coco","quantity" : 400,"unit" :
我正在尝试部署我的第一个 javascript 应用程序,它是一个 Chrome 扩展程序。这只是生成随机密码并将其与当前活动选项卡的 url 一起存储。应用程序在本地运行良好,但将其部署到 Chrome 后,我收到此错误:Uncaught TypeError: Cannot read properties of null (reading 'length')index.js:65 (anonym