Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

552
Vistas
Chrome developer tools , React component not showing component structure

I'm new to React and i made a simple React app.

class App extends React.Component {
state = {
    counter: 0
}
render() {
    return (
      <div>
        <h1>Hello!</h1>
      </div>
    );
 }
}



ReactDOM.render(<App />, document.getElementById('root'))

Output in browser seems to be okay.(React Element has been rendered and it's visible on browser)- DOM elements has been created but in developer tools in Bookmark Components App is shown with red triangle and you cannot see a structure of component created, hovering on triangle showing message:"This component is not running in strict mode.." enter image description here

Should be rather something like that(my tutor screenshot)

enter image description here

I added strict mode to component in Visual studio code ide (no result):

   <React.StrictMode>
      <div>
        <h1>Hello!</h1>
      </div>
  </React.StrictMode>
about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Hi use react developer Tools extension

https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en

about 4 years ago · Juan Pablo Isaza Denunciar

0

You have to wrap it around your component causing the issue, not only around a div. There where you call your App component, probably from index.js?

  <React.StrictMode>
     <App />
  </React.StrictMode>

And remove all your filters from the settings to show the structure:

enter image description here

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda