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)
Running the Lemon Squeezy Next.js billing example threw TypeError: window.createLemonSqueezy is not a function. The app called window.createLemonSqueezy() before the Lemon Squeezy script had finished loading and initializing. Because the ca