Hey there!
I’m using a code snippet to make a custom “quick view products pop up” to work. When running the the code inside such snippet the wc_variation_form() method is called. It used to work perfect before version 2.0.0; after the update the following error logs in the console
Uncaught TypeError: $(...).find(...).wc_variation_form is not a function
at Object.success
The error only triggers on pages that are not product pages. Due to such issue I had to version roll back.
Do you have any clue about how to approach this issue?