• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

421
Views
La acción de envío en thunk da como resultado un error: no se puede obtener el estado indefinido

Aquí está la acción en sí:

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

Y aquí es donde aparece este error Cannot read properties of undefined (reading 'getState') : The above error occurred in the <Provider> component . La cuestión es que cuando elimino el envío (acción), todo funciona, y también si envío una acción desde el mismo reductor de carpetas, también funciona. ¿Como arreglarlo?

about 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error