#ashcdev
1 messages · Page 1 of 1 (latest)
Are you doing server-side rendering?
Also why do you import loadConnectAndInitialize twice?
If you remove the first ( Ah I see you said those are just 3 examples of what you tried. Can you share your code where you import from /pure and call loadConnectAndInitialize?import { loadConnectAndInitialize } from "@stripe/connect-js";) does it work then?
im not, its just examples of what I have tried
Can you share your code where you import from /pure and call loadConnectAndInitialize? If you're using the pure version, the above error shouldn't be happening
Also to be clear, this doesn't affect the UI right? You're just trying to get rid of the error?