Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: switch to lazy triggering of 'loadProductParts' action
* performance optimization to avoid unnecessary triggering of `loadProductParts` action for all products even if no parts are needed to be rendered * the actual REST request was filtered in the effect to be only done for retail sets or bundles but the action was triggered all the time
- Loading branch information