I have a header with an off-canvas menu that comes in from the right. It works as expected, except for one issue: When the menu is visible and open, t ...
I have a header with an off-canvas menu that comes in from the right. It works as expected, except for one issue: When the menu is visible and open, t ...
I've got a Popover component that I'd like to position at the cursor. So for example, in a RichText component if the user's cursor is in the start/mid ...
For a React project, I put in place a CI with Cypress end-to-end tests on Github Actions. Here is the issue: my tests pass locally they all fai ...
I have a react native app that fetches a file from my server. When I change the file on the server, the app still displays the old data. I am debuggin ...
I am working on an e-commerce project where I am using Django for the backend and ReactJS for the front end. However, I am encountering an error when ...
I have a UI as follows: implemented using Fluent UI DetailsList. I see a lot of space on the left before displaying the list. How do I update th ...
. Answers to this question are eligible for a +50 reputation bounty. ...
so i'm sending an object sippet with the field 'followed' as a prop to a component with this code (simplified): now, i made sure its there before i ...
I have recently made two applications, one that is supposed to be a component library with complex logic inside, for instance, a component that should ...
I have a Layout router page that wraps a restricted domain. I want to fetch datas from a DB from this layout if the user is authenticated. The fetchin ...
. Answers to this question are eligible for a +200 reputation bounty ...
How to remove black area or black area to transparent png image using javascript? I want remove black area or black area to transparent i used 'sha ...
I could not find the answer for this question so please if duplicate please remove. I have React (17.0.26) component that is using React Hook form (7 ...
I am trying to build a website using NextJS v13 and Next Auth v4. Whenever a page/component is loaded, the session is not returned in the first render ...
. Answers to this question are eligible for a +350 reputation bounty ...
Im trying to implement RBAC in my react app, Im using nodejs for backend which works perfectly fine, and in react Im using vite and react-router-dom v ...
I am transitioning to use-sound as my audio player right now, but I have a problem when having multiple components on the same page. My sounds are a b ...
hope you are doing well. for the last 4 months, my team has been working on a project and it was working fine but recently on the react-full calendar ...
PNPM seems to install exactly the version specified in package.json and doesn't seem that to install the latest minor version. For example, In my pac ...
I am using Next.js version 13.4.1 and trying to post a file to the server using multipart/form-data. However, when attempting to do so, I receive an e ...