I recieve signInUser().then() not a function error, when trying to add some action according to docs. When i call a function from console. this is the result.
ƒ (dispatch) {
return __awaiter(this, void 0, void 0, function () {
var email, password, response, userAttributesToSave, error_3;
return __generator(this, function (_a) {
…
I recieve
signInUser().then() not a function
error, when trying to add some action according to docs. When i call a function from console. this is the result.