<!--- Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines Fields marked with (*) are required. Please don't remove the template. --> ### Preconditions (*) <!--- Provide the exact Magento version (example: 2.2.5) and any important information on the environment where bug is reproducible. --> 1. Magento 2.3 (Firefox 66.0.2 (64-bit) version) 2. Magento 2.3.1 (Firefox 66.0.2 (64-bit) version) 3. Magento 2.2.8 (Firefox 66.0.2 (64-bit) version) ### Steps to reproduce (*) <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. --> 1. Override updatePrice function(Magento_Catalog/js/price-box) using a mixin. 2. File call using mixin properly but the updatePrice function is not called. (In chrome working fine, but in Firefox not working.) ### Expected result (*) <!--- Tell us what do you expect to happen. --> 1. updatePrice function is call properly in all browser. ### Actual result (*) <!--- Tell us what happened instead. Include error messages and issues. --> 1. updatePrice function is not call in Firefox.