Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

i have tried small drag and drop app using react,but it seems does not working?

more options

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

i am react developer,i am tring drag and drop in react,it seems working properly in other browsers but not in firefox,how to i correct or solve this issue,what is the actual problem?

All Replies (1)

more options

Good question, you're the developer so isn't that like your job? haha

Update your Firefox to the latest and refresh it, in "about:support" click on "refresh firefox" then test it out again.

Besides that it's probably an issue with your code, so I'd start with making sure JavaScript is functioning in FF (Which uses the SpiderMonkey JavaScript Engine).

Safari uses the Nitro JavaScript engine, M$ Edge and Exploder uses Chakra

Then the rest like Chromium, Chrome, Opera, Vivaldi and pretty much all others use the V8 JavaScript engine, so their performance should be similar.