开发者问题收集
我是 React 新手,当我尝试从 React 应用程序的一个名为“products.js”的文件中的对象数组中获取一些“产品”时,我需要一些帮助。问题是我能够在主屏幕的数组中绘制产品。但是,当我尝试在我的详细产品页面(这是一个我可以查看单个产品详细信息的页面)“ProductDetails.js”上绘制这些产品时,我收到了错误(无论我尝试获取 product.name 还是 product.pr
代码如下import { getProviders, signIn as SignIntoProvider } from "next-auth/react"function signIn({ providers }) {return (<>{Object.values(providers).map((provider) => (<div key={provider.name}><button on
我正在使用 React Native 开发一款应用。使用 formik 制作表单时,我收到此错误“TypeError:undefined 不是对象(正在评估‘_useFormikContext.errors’)”import { useFormikContext } from "formik";import { ErrorMessage } from "./index";import ImageI
我有两个单选按钮。根据选中的按钮,我想在页面上显示或隐藏<div>。因此,我创建了这个处理程序。$(function () {$('input[name="Search.LatestOnly"]').on('change', function () {if ($(this).val() == 'true')$('#date-section').hide(400);else$('#date-sect
我很难处理这个错误,因为以前一切都运行正常,但现在它却说它已被弃用。有人能帮我解决错误吗?因为它根本不起作用,我尝试了 App State 文档中的新代码,但仍然出现相同的错误TypeError:undefined 不是对象(评估“appState.remove”)这是我的代码:constructor(props) {super(props);this.state = {region: null,
我在这里定义了一个接口:interface Notification {fullDate: string;weekday: string;info: {title: string;subtitle: string;read: boolean;};}后来,我定义了一个该类型的 const:const orderedNotifications: { [month: string]: Notificat
所以我目前正在开发一个 React Native 应用程序,但我收到了这个错误。我认为这可能与我正在使用的某些库的版本有关,但我不确定。这是我的 app.js 文件import { StatusBar } from 'expo-status-bar';import React from 'react';import { StyleSheet, Text, View } from 'react-na
我的登录页面import React, { useState } from 'react'import { TouchableOpacity, StyleSheet, View, ImageBackground } from 'react-native'import { Text } from 'react-native-paper'import Logo from '../Component/L
我有 2 个对象数组。我想用 collection2 的匹配对象更新/替换 collection1 的嵌套对象“comments”,其中 collection1.comments._id === collection2.cid 的顺序相同。collection1: [0: {"_id": "6104844e42c23e6d215651cd","comments": [{"_id": "6143e
我尝试比较、查找和推送数组内的数据。但出现以下错误Error => TypeError: undefined is not an object (evaluating 'data[index].push')我有以下 JSON/Array[{"category":"Super","id":"1","images":[],"status":"open","url":"some url here"},{
我正在使用 Firestore 后端在 React Native 上构建聊天应用程序。我的结构如下:Channels-Channel{user1,user2,messages:[] (This is a subcollection not an array inside the document)}我想检查是否有包含所选用户的频道。检查器函数:const [chatRef, setChatRef]
我想制作一个测验应用程序。用户按下“提交”按钮后,将检查问题。因此,问题最终将一次性全部检查。我需要保存每个问题的用户选择(答案),然后在提交时检查它们。我在考虑这个:let [currentQuestionIndex, setCurrentQuestionIndex] = useState(0);let [userAnswers, setUserAnswers] = useState([] as
我正在尝试访问具有名为 allMemes 的属性的状态对象。获取 json 数据后,它将返回 100 个元素的数组。然后另一个属性是使用此数组从长度中获取一个随机数。到目前为止,我一直收到错误“TypeError:无法读取未定义的属性(读取'url')”。我想了解这个错误并对我的代码有一些反馈。谢谢!const Memes = () => {const INITIAL_STATE = {topTe
我正在使用 Firebase 开发我的小型 React 驱动 Web 应用。我设置了 Firebase 配置,并向 Firebase 实时数据库添加了一些数据。我在 Firebase 中的数据设置如下:{"matches" : {"ace34187-c7f2-41e7-a7f2-f097963cddc5" : {"questions" : [ {"answers" : [ {"answer" :
我是 HTML、CSS 和 JavaScript 的新手。我收到错误,内容为:TypeError: 'undefined' 不是对象。现在我试图查找问题,但没有找到。有人能帮忙吗?控制台中出现错误:item.ClassList.container('active') && handleIndicator(item);var indicator = document.querySelector('.