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

530
Views
Dispatching action in thunk results in error: can't get state of undefined

Here is the action itself:

import actionFromAnotherReducer from '../subfolder/reducer'

export const asyncAction = createAsyncThunk(
  'reducerName/actionName',
  async(
    data,
    { dispatch, getState }
  ) => {
    return somePromise.then(response => {
      dispatch(actionFromAnotherReducer(response))
    })
  }
)

And here is where I get this error Cannot read properties of undefined (reading 'getState'): The above error occurred in the <Provider> component. The thing is when I remove the dispatch(action), everything works, and also if I dispatch an action from the same folder reducer, it works as well. How to fix it?

about 4 years ago · Santiago Gelvez
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!