#rocky_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1268003783284228097
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- rocky_api, 2 hours ago, 31 messages
- rocky_code, 1 day ago, 49 messages
I assume this is just a simple "no there's no way to fix it" sorta warning "bug", but I'm wondering if there's any way to fix it?
hello! where are you seeing this warning specifically?
also hello alex! ๐
it's just in the js console on my webpage
I'll ss it hold up
it's just a warning so it's really no worries, and I assume there's nothing I can do about it given the api call is burried in the source code and modifying that probably isn't legal nor safe
hrm, gimme a while to see if i can reproduce that warning
alright sounds good, I just got it after setting up the address element like such:
<AddressElement
options={{
mode: "shipping",
autocomplete: {
mode: "google_maps_api",
apiKey: process.env.GOOGLE_MAPS_API_KEY!
}
}}
/>
sorry for the wonky spacing
okay, i see it too. I'll pass on the feedback and see how we can fix it
cool sounds good, it's really not a big deal but it is a mild annoyance given I generally like a clear console when I'm working if I can help it and any warnings or errors I view as a "point in the direction" sorta thing, like I know I have to set up my webpage on HTTPS for apple pay, that is something I have to do, but for that warning there's not really any action I can take
thank you for the help, I appreciate it and hopefully it gets resolved sometime in the near future
it's fair feedback to bring up and we always appreciate folks pointing out these stuff to us ๐