i have tried small drag and drop app using react,but it seems does not working?
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?
Все ответы (1)
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.