Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
7 views

Issue with Drag and Drop Elements using react-dnd in React

I am using the react-dnd library to implement a drag-and-drop feature for tasks between columns in a React application. I encountered an issue where dragging tasks behaves incorrectly: Problem on the ...
teplostanski's user avatar
0 votes
1 answer
13 views

How to make React-Email & Resend work with Firebase Cloud Functions

I have a Nextjs app that utilizes both React-Email, Resend & Firebase Cloud Functions. The directory structure looks like this: I want to send an email to a user whenever a doc is created in &...
Shihab Shahriyar's user avatar
0 votes
0 answers
16 views

Simple sticky scroll effect causes glitch on mobile browsers

I wanted to use a scroll effect (parallax + filters) in a very simple page. It's just a sticky 120vh div with a background image and some text. Everything works fine in the desktop browser and with ...
Moritz Roessler's user avatar
-1 votes
1 answer
27 views

Generate object access keys from props

I have problems with dynamisation in Typescript. I know that TS works statically. However, there are sometimes situations where I want to access an object dynamically and cannot do this directly via ...
MrFish's user avatar
  • 11
0 votes
0 answers
5 views

Mapbox: Text of the point/circle behind is visible over the point in front

I want to show the points and to write data inside. Problem is that the data (numbers) are shown for the points behind instead of the ones in front. I would also like for smaller number circles to ...
Luka Ladisic's user avatar
-1 votes
0 answers
13 views

Having issues with a messenger clone

So everything was working fine until I decided to add a header component to my messenger clone.This specific problem has returned null and crashed my application like 5-6 times. Can anyone help why ...
Suj K's user avatar
  • 1
0 votes
0 answers
11 views

react ts inversify doesn't work with class component

https://github.com/Lavshyak/react-ts-component-class-inversify-problem Check render() code: import {useInjection} from "inversify-react"; import {Bar} from "./Bar"; import {...
Lavshyak's user avatar
0 votes
0 answers
12 views

@iFrame-resizer/react implementation error - Uncaught SyntaxError: Unexpected token 's', "scroll-to-top" is not valid JSON

I am using the latest version of iframe-resizer/react for automatically adjusting the height and width of the iframe. Whenever I'm reacting the content, I'm getting a runtime error stating - VM2860:1 ...
Soham Dey's user avatar
0 votes
1 answer
49 views

I get the error that there is nothing available

I get the following error in the project I developed using React and Typescript. export 'useTableProps' (reexported as 'useTableProps') was not found in './useTable' (possible exports: useTable) It ...
kontrawolta's user avatar
-1 votes
0 answers
14 views

Is there a way to import an cdn file that has no npm package to react/vite? [closed]

I would like to install a library for animation winds into react. I already installed leaflet which is not meant for React but this one has an npm package and I kinda did it but this windy.com lib is ...
Stathis Stathopoulos's user avatar
1 vote
1 answer
16 views

useQueries loses the ability to query data in parallel because Next.js requires server component to be async

The app is running by Next.js. I have a useQueries hook: const userQueries = useQueries({ queries: user.contacts.map((contactId: string) => ({ queryKey: ['contact', ...
Skatoro's user avatar
  • 33
1 vote
2 answers
33 views

react object is possible null or undefined

why I recieve this error although I make a condition check if the object exists. Object is possible null or undefined Code: { const inHolidays = useCallback(() => data?.user.holiday_times ? ...
locklock123's user avatar
1 vote
0 answers
20 views

inferred type of '...' cannot be named without a reference to '../../../node_modules/@reduxjs/toolkit/dist/createAsyncThunk' + TypeScript error

I have a react 18 application with typescript. I am using redux toolkit version 2.2.6. I am getting a TypeScript error that I do not know how to fix. The error is: The inferred type of 'fetchUsers' ...
qqq's user avatar
  • 868
0 votes
0 answers
37 views

How to create video feed like Tik Tok?

How do I make the video start playing itself when the video is swiped? When the user just opens the feed feed so that the video starts playing immediately, when there is a swipe to another video, then ...
Ratibor's user avatar
  • 11
0 votes
0 answers
12 views

TypeScript JSX Syntax Error in Jest Mock for react-native-modal: Operator ‘>’ cannot be applied to types ‘View’ and ‘{ children: React.ReactNode; }’

I’m trying to create a Jest mock for react-native-modal in a React Native project using TypeScript. However, TypeScript doesn’t recognize the return statement as valid JSX. It throws the following ...
Mike S.'s user avatar
  • 2,706

15 30 50 per page
1
2 3 4 5
2242