dvadri
dvadri
Stripe talks about this popping behaviour here, but couldn't find a way to actually fix it. https://docs.stripe.com/connect/get-started-connect-embedded-components#reacting-to-component-display PS.: I am using the pure version import { loadConnectAndInitialize } from '@stripe/connect-js/pure';
https://github.com/user-attachments/assets/1d37bed4-a802-4149-b809-163772ec3028
Hi guys, I haven't found the solution yet. I'm using Laravel v11: **This is the html of the page from the video:** ``` @vite(['resources/css/app.css', 'resources/js/payment.js']) View Payment Details ``` **This...