No content to show
User Activity
Thanks, Alex, you saved me a lot of headaches! Code splitting is absolutely necessary for when building large theme extensions, I almost went down the route of building this extra bundler inside the app, which I'm sure would cause so many complicatio...
I solved this. There is apparently a note in the readme file to only use <Form/> apparently. It reads: Use useSubmit or <Form/> from @remix-run/react. Do not use a lowercase <form/>. Once switched to the Remix <Form/>, the contextual save bar API w...
Hi there. I'm trying to use the AppBridge Save Bar. When the user makes a change in the form, AppBridge shows the save bar. Then, when the user clicks the save button, a post request is sent to the loader function in the /app route. Two problems:1 -...
09-30-2024
This is the page you need to be looking at:https://shopify.dev/docs/api/app-bridge-library/web-components/ui-save-bar
09-30-2024
Run into the same problem before. Would appreciate a response from Shopify.
Unfortunately, not. Hopefully, someone does!
07-28-2024
This worked for me as well. I also wasted a couple days on this even after finding this post. I didn't realize the OPTIONS method is handled by the loader function. Thanks @attaboiaj
Hi everyone! I'm encountering an issue where the <Link> and <Button> components from Shopify's Polaris library are not clickable when placed inside the content of a <Tooltip>. I’ve been trying to implement this functionality, but despite various atte...
Hi guys! I'm looking for a way to configure my routes in the Remix app template. I'd appreciate your help! So the initial setup is as such:app
routes
app.tsx
app._index.tsx => /app I'm trying to nest a route in the index route a...
07-01-2024
Does anyone know how to implement this solution with the current version of the Shopify Remix app template now with Vite? There isn't a remix.config.js file anymore.
Thank you, sir! I'd been looking for this for the past 3 hrs!