#plark_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1259824141994037349
đ Have more to share? Add details, code, screenshots, videos, etc. below.
What you mean exactly, could you please share more details ?
I linked my question on stackoverflow, which might provide more detail. I can rehash that here if that helps
Can you share the code you're using and a screenshot of the issue
Here's a screenshot. The express checkout element is mounted in a div with display flex
Can you remove the CSS from the parent/container div? Also, the code for your ECE instance
you mean the display flex?
The challenge i'm facing is that google pay doesn't show on the local host of the page, so I have to 'deploy' (firebase) and go to the live site to check each potential prob
Yes, just render the ECE without any parent container that might control the layout of the Element
Use ngrok or a similar tunnel
hmm. OK - is an alternative to wait till mount before applying css to the parent?
I don't really know. I'm just trying to debug the issue to work out what is causing the issue first and then go from there