Asynchronous action in redux

my action is as follows

 getInTh(){
        this.props.getTop()
    }

it is found that the then that cannot execute asynchronous action at all will not issue a request. Ask the boss to help solve

.
Oct.20,2021

you can check to see if the request went wrong, so you didn't go to the .then () method.

Menu