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

107
Views
Invalid Hook Call with React Redux and Bootstrap

I'm trying to use Bootstrap with Redux, however it always produces an Invalid Hook Call. Here's what I did:

  • npx create-react-app somethingapp
  • npm install bootstrap react-bootstrap
  • npm install redux react-redux

Then on my App.js, I did this:

import {Button} from 'react-bootstrap'

function App() {
  return (
    <div>
      <h1>asdasd</h1>
        <Button>Welcome</Button>
    </div>
  );
}

export default App;

Then got this error: Error: Invalid Hook Call

I kinda don't understand why this is happening but I think it's somewhat related to Redux? Because if I don't install Redux and still use bootstrap the way I use it above, it works with no errors or anything.

Is there any way to use Bootstrap at all without Redux messing everything up? Thanks!

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!