Help me with this error: NPM run error my webpack setting: module.export = { module: { rules: [ { test: /\.js$|\.jsx/, exclu
I am querying some data from IPFS using axios, the problem is that after calling the specific api the return value is a promisse from axios. const getNFTDetail
The react app is completely fine when I run "npm start" and everything working without errors. But when I try to build the app, it gives the following error: re
I'm developing a web application using React and WordPress as a headless CMS, since WordPress as a backend is easy for my client to access and change. The React
Media Query in nextJs Application - I want to apply media query in my website so that that i can make it responsive how can i do it? I want to
I am working on a large typescript react monorepo. In one of the packages I added react storybook using "npx sb init" After doing that, when I did a yarn build
My context is as follows: import React, {createContext, useEffect, useState} from "react"; export const CartContext = createContext(); const CartContextProvid
I have a serious problem with State Management in React. I am using Zustand and it works pretty well. However, when I access the store and try to output it one
I'm trying to show the table with props on a MDX docs page, but whatever I try, the table only shows: "No inputs found for this component. Read the docs >" I
I have a project and with this project I have a login page and I want to use "RouteComponentProps", but I got this error: Module '"react-router-dom"' has no exp
I created a mini UI library and published it to NPM registry. My library is written with strongly typed styled-components (TypeScript) and can be imported in Re
This is my code. I'm having an error undefined reading push. I want to pass City to another component. const onInputCityChangeHandler = (e) => { s
I am using an Auth Context Provider in my App, which is initialised in this file: authState.js import React, { useReducer, createContext, useContext } from "rea
react I have that problem. I cant add a new item inside an object const person = { name:"farhan", age:"25", address:"daka" }; person.push({professi
my meta description tag is not showing on google result page as well as favicon. my technology stack consist of - reactjs on frontend & entity framework on
I have codes below code removed The problem is it prints rows of expenses and then rows of incomes (i.e posts from expenses are printed first then after them i
This is the one that occurs problem. <input type="text" name="nickname" {...register('nickname', { required: true, validate: async
I have a table and in this table, there is a column named status, and in this column, three values are returned from the backend, which are "approve", "Review"
I am running on a MERN stack project. Back-end runs on port 5000, and front-end runs on port 3000. After I've built to production, I pushed the server file to H
I am using a script tag to add a widget to my Next.js app. I have create a section component for this widget but when I run the app it renders below my footer b