开发者问题收集
我在尝试什么?尝试在状态下设置输入类型文本的值到目前为止我搜索了什么?React - 未捕获的 TypeError:无法读取未定义的属性“setState”但这并不能回答我的问题错误详情TypeError: Cannot read properties of undefined (reading 'setState')在函数 setEmailVal 中设置电子邮件的值时出现此错误组件import
尝试根据单选输入从函数返回一个值,但是我一直得到一个 null 或Uncaught TypeError: Cannot read properties of null (reading 'value')".function myFunction() {var radioTest = document.querySelector('input[name="inputtest"]:checked').
我有两个组件,我想将数据从其他组件传递给其他组件。我尝试使用此代码,但出现此错误:未捕获 TypeError:无法读取未定义的属性(读取“params”)它正在发送数据,但发送的是空数据。我该如何解决这个问题?front.layout.jsimport Profile from '../../Views/profile'const [user, setUser] = useState({});re
尝试学习 React/RoR,在这个简单的测试应用中,我有一个“searchapp”反应应用。它为语言单选框设置了默认值。import React from 'react'import ReactDOM from 'react-dom'import axios from "axios";import SearchForm from "./searchForm";class SearchApp ex
几天前,我开始学习 DOM,并尝试克隆 Instagram 上的代码进行练习。此时,我收到此错误消息“未捕获 TypeError:无法读取 null 的属性(读取“vlaue”)”这是我的 DOM(JS 文件)const id = document.getElementById('text')const password = document.getElementById('password')d
在此代码中,我收到错误 Uncaught TypeError: Cannot read properties of null (reading 'push')console.log("HI");let addbtn = document.getElementById("addbtn");addbtn.addEventListener("click", function (e) {let addtx
我正在使用 Solana 区块链。正在尝试通过 Phantom 转移 Solana SOL。为此,我使用了以下在 Stack Overflow 上找到的代码:源链接我已经在 Chrome 中安装了 Phantom。当我运行代码时,它显示错误:Uncaught (in promise) TypeError: Cannot read properties of null (reading 'toStr
我已从 Chartjs 2.x 迁移到 3.5,并出现以下错误:chartjs.helpers.v3.5.1.js:5 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'HALF_PI')at chartjs.helpers.v3.5.1.js:5我的版本:"chart.js": "^3.5
我正在尝试根据您给我的说明查询 api,但出现此错误:(index):30 未捕获 TypeError:无法读取未定义的属性(读取“dataResponse”)在回调((index):30)在 HTMLButtonElement.onclick((index):23)回调@(index):30onclick @(index):23api 说明https://drive.google.com/fil
错误:未捕获(在承诺中)TypeError:无法读取未定义的属性(读取“路径”)根据我的测试,import { getStorage, ref, uploadBytesResumable, getDownloadURL }from "https://www.gstatic.com/firebasejs/9.1.1/firebase-storage.js";import { getDatabase,
以下代码的结果是 Cat 和 undefined。*如果键不存在,结果将为“undefined”。var animals = {"mammals":["Cat","Dog","Cow"]};var groupA = animals.mammals[0];var groupB = animals.birds;console.log(groupA );console.log(groupB);但是,
我是 javascript 的初学者,希望得到一些帮助问题:pete's pizza place is famous for great pizza at reasonable prices. Make a program that will help pete compute the price on the orders. make sure you add on 13% tax and th
我目前正在开展一个项目,我需要从 JSON 文件中获取数据,以便在 API 的获取中使用该数据(这可行),我需要从 JSON 文件中获取的数据是latjson和lonjson,并将它们放入const lat: info.latjson和const lon: info.latjson中,我尝试了这个,我的错误是Uncaught (in promise) TypeError: Cannot read
所以,我是 javascript 的完全初学者,我有这个轮播代码(来自本教程:https://www.youtube.com/watch?v=gor5BvT2z88),它只存在于其中一个页面上。我需要在代码中添加什么,以便当我访问不包含此轮播的其他页面时,我不会收到此错误:Uncaught TypeError:无法读取 null 的属性(读取“addEventListener”)?let slid
我正在使用 VueJS 并遇到了此错误。如何修复此问题?