I have, { mydata.map(({ name }) => ( <p style = {{ display: "inline" }} > { " " } { name }, </p>)) } How can I remove the last c
I am creating a website builder. For Text edit, I m using contentEditable and to capture its state I m using the onInput event. but I don't know why every time
How can I put a validation or not allow to enter the following special characters [^%<>\\$'"] on the Material-UI TextField. Below are my existing codes. c
I have an application developed using ant design ( React JS ), and I started integrating the cypress e2e test for the application. However, I could not get it t
I am working on a product that takes a file from API and read as a blob. But pressing the play button on the video does not work. I have tried using tried using
I created a react app via npx create-react-app my-app and got several compile errors about module support. I know webpack5 does not support some modules automat
npm i @material-ui/icons npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]
I created a HTTP API endpoint for searching a database, it is used like this GET /orders?created_by.name=John&delivery_estimate.start=2022-06-01 Our web fr
I am using "React Transition Group" ver 4.4.2 to animate menu buttons (CSSTransitions mapped inside TransitionGroup), but when I click them ones or a couple of
I'm doing a react-typescript app where I need to be able to translate the site. I'm using the i18next library. In the main page the user can change the language
I am using two class components where I have a method that I am invoking from the parent component. and for this reason, I have to create two references using R
I need some help. I'm a newbie in apollo client reactive variables. There is a component where the displaying of the message depends on a variable that values f
I'd like to wrap the text inside a table cell. I tried "flex-wrap", "break-inside" and similar properties, nothing has worked so far. It has already worked a fe
I am working with the react-table. Using data from API then storing into the state. I don't have a good idea for filtering data. I have a table with pagination,
I am getting issues with iframe. Till today everything was working as expected. Today I added a very simple Modal component and somehow iframe started appearing
I'm trying to learn some of the new features in React 18, such as the SuspenseList and new useId hook, but I seem to be getting the same error over and over: Mo
I have an API which returns 30X response and redirects to a specific URL. But, I want to get redirect URL from response without redirection. I am using this in
Please help me understand why this logic is not working on one of the instances of my counter button. My goal is to have my counter display the count like this:
For the following code, it will gives exception when include the line {console.log('hello');} import "./styles.css"; export default function App() { const ag
I am learning apollo. When I run my code it showing this error on my browser I don't know if it is my browser's problem. can anyone help me fix this Error messa