Michael Chiasson

Results 2 comments of Michael Chiasson

I am using next.js and have gotten this to work, at least in a dev setup (time will tell if I'm doing the dynamic stuff correctly): ```ts import { useEffect...

@seano424 I'm not sure what you're asking exactly. I added it using npm like: ``` npm i @shopify/buy-button-js ``` In my package.json, the version is listed as "^2.1.7". In my...