I have created a wrapper on MUI TextField component i.e. TextFieldWrapper with custom stylings and validations. It is being in the app in many places. The probl
While using both Vue and React, I regularly stumble upon so-called "hydration mismatches". What does it mean?
Here is my below custom component for datepicker with yyyy format return ( <DatePickerWrapper disable={disable} > <DatePicker
I'm having a component called Nav inside components directory and it's code is some thing like below: import Link from 'next/link'; const Nav = () => {
I am trying to use a custom Material-UI Autocomplete component and connect it to react-hook-form. TLDR: Need to use MUI Autocomplete with react-hook-form Co
I'm rather confused regarding the following error: "Forbidden (CSRF cookie not set.)". This error is received during attempting to logout, login, signup. The pr
//PrivateAuthComponent.js import React, { useEffect, useState } from "react"; import { useSelector } from "react-redux"; import { useRouter } from "next/router"
I am using styled-components library inside a React application and I have this block for example: const Wrapper = styled.div` background: red; `; I need t
This is my Menu component. I later import it in routes.js. I am getting this error. TypeError: Cannot read property 'pathname' of undefined After searching
I have a video player (jsmpeg player) that opens up a websocket to a server to play live video. The way the video server works is that it counts the number of c
If I have a table in which I want to react to table-cell events, is it better to put the event on the table-element and handle cell specific events with the hel
This is a method of downloading files from Spring to ResponseEntity. When you download it, the byte breaks and comes out. If you use tag a, you can download the
I've tried axios.get(url, {headers:{},data:{}}) But it doesn't work with this.
I investigated a lot of topics about using button as a link but didn't found a solution for me - I need to open a certain page in a new tab using React bootstra
I am facing issues while creating a new project for React. Here is the command for how I am creating react project. npx create-react-app helloworld But the pro
I have the following simple component that used React Native Stylesheet up until now, but right now I'm trying to move onto Styled components. I'm just a bit co
I'm having a screen like this But it look actually not so good if the title or author is so long, so i wonder how can i set maximum of text line to fixed numbe
I'm having an issue while creating a custom tooltip using react-chartjs-2 library where my chart rerenders whenever I hover the chart and change the state of th
When react app is inside an iframe, dev tool chrome extension for react is not working. Refererd: https://github.com/facebook/react/issues/18945 Solution sugges
I have a login modal that is toggled by a button with data-toggle and data-target attributes. After doing the authentication, I need to close the modal so I use