-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
For example have 2 actions: addProductToCart
, refreshCart
. Each of they call startLoading(dispatcher, 'cart')
on method enter and endLoading(dispatcher, 'cart')
before each return. The problem occurs when addProductToCart
calls refreshCart
inside. End loading occurs too early.
It is similar to nested transactions.
Metadata
Metadata
Assignees
Labels
No labels