woocommerce/plugins/woocommerce-blocks/assets/js/base
Darren Ethier 493a826e44 modify emitters so it handles non object or invalid object responses correctly. (https://github.com/woocommerce/woocommerce-blocks/pull/2249)
With these changes:

- If an observer returns an object wthout a type property an error is thrown and the emitter is aborted with an error type response.
- For anything else returned from an observer, it’s discarded.

Tests are updated for the new expectations
2020-04-21 04:33:16 +02:00
..
components Fix snackbar being too high and covering coupon section (https://github.com/woocommerce/woocommerce-blocks/pull/2255) 2020-04-20 14:23:44 +01:00
context modify emitters so it handles non object or invalid object responses correctly. (https://github.com/woocommerce/woocommerce-blocks/pull/2249) 2020-04-21 04:33:16 +02:00
hocs Fix blocks not being added in WP <= 5.2 (https://github.com/woocommerce/woocommerce-blocks/pull/2001) 2020-03-26 13:39:54 +01:00
hooks Do not scroll to top when payment methods have an error (https://github.com/woocommerce/woocommerce-blocks/pull/2247) 2020-04-20 11:11:32 +01:00
utils Fix currency format in On Sale badge (https://github.com/woocommerce/woocommerce-blocks/pull/2185) 2020-04-09 18:53:22 +02:00