python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why render error in react v18 occures although I do not use legacy code?
Hy, guys!
I have a render error in my react v18 code like this:
Warning: react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you swi...
DenisF
Votes: 0
Answers: 1
Firebase Auth not working properly with React 18
My environment
Operating System version: macOS Monterey 12.3.1
Browser version: Chrome 100.0.4896.60
Firebase SDK version: 9.6.10
Firebase Product: auth
Relevant Code:
// src/index.js
import React f...
Semih R. Gürel
Votes: 0
Answers: 0
Routing not working as per expectation in React on Application Server like tomcat but it works on Node server
I have developed simple application in react with 2 components i.e Category and Transport . i wanted to load these components using react-dom-routes whihch i am able to do so when application is deplo...
Suraj Ahirrao
Votes: 0
Answers: 1
Modal visible in HTML but on visible on app
Struggling to get my modal rendering when I click a button to show it. Here is the flow of this functionality
We start off by triggering toggle when the start coding button is clicked:
Start Cod...
Emm
Votes: 0
Answers: 1