python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Antd Popover freezes the application as I hover
Description
My app and Popover were running just fine but when I updated react app to version "^18.0.0-rc.3" from that day on, this problem started to occur.
The code I have written
import ...

Munsif Ali Misri
Votes: 0
Answers: 0
How to make alert on click of button
Is there a way to make Alert on click not using the alert method but Alert tag. Currently I tried using usestate but didn’t work
Pooja Ray Chaudhuri
Votes: 0
Answers: 1
Is there a way to bind the selected date in a calendar date picker to a variable that can be accessed by another file?
I am working on a React application and currently have a date picker to select a date range using Ant Design. I want to store the value of the selected date into a variable that can be accessed by ano...
programmer_girl
Votes: 0
Answers: 1
How to call useNavigate inside useEffect? - For bottom navigation in Ant Design - Mobile
I am new to React. I am making an app using AntD-mobile. For Bottom navigation, I am making use of the tabBar Component in AntD-mobile. I was not sure how to use Link for routing with TabBar and after...

Parth Kapadia
Votes: 0
Answers: 1