-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: customerData.getInitCustomerData is not a function #196
Comments
Confirm also seeing this on 2.3.7 |
For the comments above, can you also supply which version of the Klaviyo extension you are using? |
Hi @Jaeto. We have tried 4.0.5 and 4.0.2 on Magento 2.3.7. |
We fixed this by ensuring any theme overrides from Magento_Customer module has all methods from extending class. |
Hi. I have created a module for fixing this issue. |
@fidellakis-coolibar Have you found |
@guentur check vendor/magento/module-customer/view/frontend/web/js/customer-data.js. It's there for me. What version of Magento are you running. |
@fidellakis-coolibar My project uses Magento 2.3.4. I have found there is not required function ( |
... from "Klaviyo_Reclaim/js/customer.min.js". Getting this error on a Magento 2.3.7 test environment. I don't see getInitCustomerData in Magento 2.3.7's customer-data.js, is it because this version is not supported anymore...?
The text was updated successfully, but these errors were encountered: