Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

174
Visualizações
Gitpod automatically adds semicolon when saving a component (React)

When I try to save my component in React the following happens:

import React from "react";

const Product = () => {
  return;
  <div>
    <h1>hello i'm testing</h1>
  </div>;
};

export default Product;

Everytime I save my component it automatically adds a semicolon at the end of each line, even if I don't need them. Expected result would be:

import React from "react";

    const Product = () => {
      return
       <div>
         <h1>hello i'm testing</h1>
       </div>
    }
    
    export default Product

This is the first time that happens to me and I don't have a clue. I'm a noob here.

about 4 years ago · Santiago Gelvez
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda