library · inferred from evidence
lemonsqueezy.js
A JavaScript library that initializes itself once the script loads and provides a global function like window.createLemonSqueezy.
- window.createLemonSqueezy is not a function (script not loaded before components)
The library initializes itself once the script loads, so either ensure the script tag loads before your components run, or disable the button that opens the checkout until the script is loaded and initialized. The maintainer confirmed this