I am working on project of Food app. I have preference screen where user can click on any desired preference to add in order. This is working but I want to disp
I am having trouble writing code to render a login page with no navbar and sidebar. I have come across some pages that ask similar questions but none seem to pe
I am working on a project where I have to make an api call to a websocket, and display certain information based on that call. As you can see I have used the su
I updated React to v18 and my Webpack dev server gives me a console error whenever the hot module replacement fires and injects the new javascript code: Warning
I have a shared typescript library that exports a function being used by a react library. Everything works at runtime, however when running the tests for the re
</div> <Divider type="vertical" style={{ width: "5px", height: "auto" , marginRight : '0px' , padding : '0 0'}} /> <div style={{ padding : '0 0'
In my reactjs project, I use firebase 9.6.11 for email, google and facebook authentication. When I call the signInWithPopup() and google sign in form, Sign in t
In my React project, I am using Mantine's library accordion in two different components: Search.jsx and Profile.jsx. The point is I need to accurately customize
There are some issues I'm having while using the react-xarrows with mui. I'm trying to achieve: The line should be connected in the same position after toggling
I am trying to sort data according to date where the latest date must come at top of the list let mapped = predefined.reduce((r, a) => { r[a.date] = [...(
When trying to implement framer-motion into my project I get the following errors in my console and nothing renders on the page. Warning: Invalid hook call. Hoo
I am working on my first web-project and therefore have an Ubuntu machine with apache2. I am quite new to web development and have never deployed a website befo
I'm building a React App with Firebase and my component is constantly re-rendering. I tried some things that didn't work (because they couldn't work, like setti
There are 2 methods of filter by date and by letters , they should work together and separately. 2.I thought I can combine them , but nothing happened and tried
I am trying to get the final price in the productInfo page when the material and size variants options are selected. In the data.js: export const productItems =
I am working on a simple Pokedex that shows all pokemon, I am displaying all the cards by using a map function on an array of pokemon objects like this: {pokemo
I am trying to test a component with jest and react-testing-library that contains a conditional to be displayed. export default function CloseCollaborator
I'm trying to add a new document to a non-existing sub-collection in a document(solutionsCollection/docID/commentsSubCollection). But I'm getting this error mes
I have some problem with change language of month and days in my DatePicker from Ant Design. I want my DatePicker looks like this: want I try to use this https:
I'm creating an application in the MERN stack and I stumbled upon a problem. I will start by explaining how that app is going to work. So, in that application u