Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

257
Views
React App and Chrome DevTools local overrides not working

As described in: React App and Chrome DevTools local overrides not working? I tried the solutions described in the above but nothing helps. The react based pages just ignore whatever I modify. When I use overrides on pages that aren't based on react - everything works fine. As an example https://obscure-waters-60500.herokuapp.com/. I tried to modify app/src>App.js by adding hello under NavBar:

render() {
return (
  <div>
    <NavBar
      totalCounters={this.state.counters.filter(c => c.value > 0).length}
    />
    <div>hello</div>
    <main className="container">
      <Counters
        counters={this.state.counters}
        onReset={this.handleReset}
        onIncrement={this.handleIncrement}
        onDecrement={this.handleDecrement}
        onDelete={this.handleDelete}
        onRestart={this.handleRestart}
      />
    </main>
  </div>
);

When I refresh the page everything stays the same. I tried to turn off all addons, but it didn't help.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!