getting this console error in React dev environment... I see some similar questions but I am not seeing a question with this exact same message. trying to pinp
I have a Plane mesh, and I want to have it initialised with an initial rotation vector. However, setting the rotateX prop does not work. <mesh rotateX={1}>
I am struggling with an issue that is bugging me a lot. I am not good with JSON data manipulation. So the issue is I have an Array of multiple Object which cont
Apologies for the vagueness, but I can't use the original files for security. I have four types: types.js export type BaseType = { requestType: string; oth
Object { rows: (1) […], count: 3 } My api is giving me this count: 3 rows: Array [ {…} ] 0: Object { ELIGIBILITATE: "
I want to test the following React component import React, { useContext, useState } from "react"; import { IntlProvider } from "react-intl"; export const Conte
I'm building a component library to sit alongside some react apps within a monorepo, library is currently being consumed by app1 and displaying components expor
I have successfully implement the react native web support in react native project. And i have install the @ui-kitten/ library. but when i run in the web it giv
After a general package upgrade on my React project, SCSS variable imports in JavaScript stopped working. Imports themselves are still working, but variables ex
The UI I'm working on is rendered differently based on the response received. I would like to test the UI when a 4xx and 5xx responses are received. My api hand
I'm trying to make a simple HOC (Higher Order Function) with a functional component IN React.js. I have done the following, and it's compile, but nothing is sho
How can you pass a pointer to component 1 to component 2 (so that you can work with component 1 inside component 2, e.g. get its properties) <Component1 />
How to inject new react component/element into SlateJS Editor DOM? I want to inject a new element within the SlateJS editor's DOM, not above or below. Most of S
I'm making an embeddable widget with react and styled-components, and want to do a big CSS reset in my main app container. I'm going to use the styles from clea
I want to use nivo with Next but when I load the page containing a pie chart made with nivo, I get this error: ReferenceError: ResizeObserver is not defined. My
I am building a react app right now and one of the features allows users to look up medical conditions. I'm trying to use the NIH's open-source API with their a
How to style a styled component based on the class name it has. I found the following implementation through some blogs, but this isn't working. Can someone hel
I am using getStaticProps() in a Next.js app but when I run the app it gives ERROR:- warn - Attempted to load @next/swc-win32-x64-gnu, but it was not installed
Here is my code: Parent.js import { useReducer } from 'react'; import Child from "./Child"; let reducer = (state, action) => { let result = { ...state };
I'm new to React. I am working on a react application that communicates with a MYSQL database. When i open the application I get a list of all the students who