-
New Jan 6, 2025
The id provided does not exist razorpay in nextjs/nodejs
I am creating order from the frontend and back end send me the subscription id for that user. now I am open the payment popup of razorpay. Sometimes it says that "The id provided does not exist...
-
New Jan 6, 2025
How to avoid MSAL Popup for Account Selection in Outlook Add-in with React
I'm working on an Outlook Add-in developed using React, and I've integrated MSAL React for authentication. However, I'm encountering an issue where a popup appears prompting the user to select th...
-
New Jan 6, 2025
Rendering directly is not supported and will be removed in a future major release. Did you mean to render instead?
I am using react leaflet in my react app. I used context api to build my project. But when i tried using the leaflet using code : <MapContainer center={position} zoom={13} scrollWheelZoom={...
-
New Jan 6, 2025
Inserting a react app into a DIV in a traditional LAMP based website
Using vite, I did a npm run build for my mini react app. It created a dist folder containing index.html page with the assets folder. But I want the <div id="root"></div> from m...
-
New Jan 6, 2025
how to get Redux context in a custom block
I need to access Redux's data in a custom block in Blockly, because one of the dropdown form fields has options from redux. export const form_select = { init(this: Block) { this.setColour...
-
New Jan 6, 2025
How to create a carousel wih images React Typescript
its not really a question but answer, Ive tried to find by myself for like 3 days or so and finally I did. While doing researches I realised there is no answer across a stackoverflow. Lets start wit...
-
New Jan 6, 2025
How to center a picture in Tailwindcss from React
I need to understand how to center and really get a best focus on the logo picture inside the login frame as displayed in the evidence attached in this post. The Tailwindcss code I am using for th...
-
New Jan 6, 2025
Storybook build using vite: ReferenceError: require is not defined
I'm using Storybook and Vite to build the components. On prod I'm getting this error: ReferenceError: require is not defined So I build the project on local and started serving this using http-serve...
-
New Jan 6, 2025
I can't login to agora service RTM even though i generate token in the backend
I can't login to agora service RTM even though i generate token in the backend and also i set up my appId and certificateId correctly I get this error: Ins#2 RTM:ERROR [UTC_Time: 01-06 01:12:48.60...
-
New Jan 6, 2025
Remove co_black,e_colorize:70 from Cloudinary
When I fetch image data using admin.search, all the image urls has co_black,e_colorize:70 which makes the image darker. I did not gave any transformation options when I both instantiate and send re...
-
New Jan 6, 2025
Getting 401 error while sending the request
I'm developing an application using ASP.NET + React. I have class User that can be of 3 roles. Logging in goes smoothly but after it I get 401 error when trying to send request to https://localho...
-
New Jan 5, 2025
How to propagate generics when using render prop function
I am currently creating a Compound Component type component. At that time I am looking for a way to propagate generics when using render prop. interface ListContextValue<T> { rows: T[]; } con...
-
New Jan 5, 2025
dxf-parser Name of Dynamic Block Inserts
I need a solution. I am trying to develop an application with the dxf-parser library. When adding a dynamic block in AutoCAD, it anonymizes the name. (*U..., *D..., etc.) When I pull the Dynamic B...
-
New Jan 5, 2025
uncaughtException: RangeError: Array buffer allocation failed Next.js
I got an error: RangeError: Array buffer allocation failed at new ArrayBuffer (<anonymous>) at new Uint8Array (<anonymous>) ⨯ uncaughtException: RangeError: Array buffer allo...
-
New Jan 5, 2025
React-native-vector-icons/Ionicons icons are not displayed
import React from 'react'; import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import Home from '../screens/home'; import Car from '../screens/Car'; import Services from '../scre...
-
New Jan 5, 2025
When I can make a react app I can see error [closed]
Creating a new React app in C:\Users\hassa\Documents\myapp. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-templ...
-
New Jan 5, 2025
Amplify / React: Create item with child item in same data call
I have data objects that have a parent/child relationship. In the HTML form, the user adds info about both objects at the same time. Can I create both database objects at the same time in one ca...
-
New Jan 5, 2025
3js Ripples EffectComposer
I'm trying to replicate in react-three/fiber here what I've done here using plain three. I'm having trouble figuring out how to hide the white ripples after using them fo...
-
New Jan 5, 2025
react:18.3.1 getting security vulnerability issue [closed]
With react:18.3.1 getting security vulnerability issue while scanning my project. Reason Could be: The react package is vulnerable to Cross-Site Scripting (XSS). User data that is spread in the rende...
-
New Jan 5, 2025
Error 'Module not found: Can't resolve' when import with '~/'
At my workplace, we have a React project using Create React App (CRA). I recently bought a new computer with Windows 11 Home (previously, I was using another computer with Windows 11 Pr...
-
New Jan 5, 2025
React app build not applying some CSS declarations
There is an issue with the CSS not being applied after the project is built. Locally the CSS displays correctly, using npm run start. Building and serving locally using npm run build and npm serve b...
-
New Jan 6, 2025
How to pass data from client to middleware in uploadthing?
I have the button from uploadthing and i try to pass data by headers to the middleware but i get noting. the button: <UploadButton endpoint="imageUplo...
-
New Jan 5, 2025
Handling onClick$ in Qwik with Functions Passed as Props
I'm working on a Qwik component and I'm facing an issue with the onClick$ event handler. I want to pass a function as a prop to the component that handles the click event. However, I understand that...
-
New Jan 5, 2025
Strange behavior when deep cloning dynamic objects [closed]
I have been trying to deep clone a dynamic object in typescript and all methods just return an empty {} object for this specific scenario!! Here is the type of object I am trying to deep clone fullVa...
-
New Jan 5, 2025
Set type error try catch on typescript except error.message
I created a custom error message sent from the server side, of course I don't just use error.message to get the message. So I use error.response.data to get the mess...
-
New Jan 5, 2025
My function does not wait for the child in the parent in reactjs
These are the samples of my components: Parent component: import { useRef } from "react"; import { AgGridReact } from "ag-grid-react"; import "ag-grid-community/styles/ag-...
-
New Jan 5, 2025
How to load chrome instance in development mode in React
I am building a chrome extension and using chrome.bookmarks api. When I do console.log(chrome.bookmarks) it logs undefined in normal development mode. When I load using load unpacked extensions, i...
-
New Jan 5, 2025
Page refresh on token-authenticated route redirects to 404 page in React
I have a simple app where there is a login page and upon submitting the form, it makes a request to the backend which returns a token upon successful authentication, which then redirects to in...
-
New Jan 5, 2025
How to properly handle snackbars in React when navigating between pages using notistack?
I am working on a React project using the notistack library to display snackbars. I have a ProfilePage component where I show two snackbars based on specific data when the page is visited. However, I...
-
New Jan 5, 2025
Spotify OAuth with React not working properly
I am new to React in general and am trying to build a simple application. I want to build an application where users can sign in using their Spotify Account. I have the following fi...