How do you access methods and dependency using mixin? #344
Closed
IbrahimS2
started this conversation in
3. Integrations
Replies: 1 comment 4 replies
-
You need to step back and review your code carefully. The issues are not caused by breeze integration.
How can this work? You didn't declare the variable in the visible scope.
You need to include
Everything works similarly to Luma, except you need to register these components in the breeze_default.xml file. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on integrating Affirm, I do not get how you access the parent properties and dependencies.
It will throw an error here:
var priceBox = $(selector);
and here, where it cannot figure out aslowas property which is a dependency in the original script
Promise.resolve(aslowas.loadScript(self.options)).then(
The original file is:
Beta Was this translation helpful? Give feedback.
All reactions