I am working on the checkout page store locator popup modal, I have tried to mixins for the pickup-locations-service.js file to override core methods from the javascript file.
The error TypeError: target.extend is not a function
in Magento 2 often occurs due to issues with JavaScript mixins declaration.
Due to incorrect syntax in my custom mixins javascript file, I got the error in the browser console file,
target.extend is not a function.
This error came due to invalid syntax in your mixins file. you need to fix the mixins JS file to resolve that error. Continue reading “How to fix TypeError: target.extend is not a function mixins in Magento 2?”