-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ui changes #81
feat: ui changes #81
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
) | ||
} | ||
|
||
function FacebookIcon(props: React.SVGProps<SVGSVGElement>) { | ||
function FacebookIcon(props) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the reason to remove types?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I probably formatted something with the chatbot and had to delete it. I fixed it.
|
||
export async function CategoriesSection() { | ||
const categories = await getCategories() | ||
export async function CategoriesSection({ categories }: { categories: Pick<PlatformCollection, "handle" | "title" | "id" | "image">[] }) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This component could just fetch categories on its own
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
starters/shopify-meilisearch/views/product/product-added-alert.tsx
Outdated
Show resolved
Hide resolved
starters/shopify-meilisearch/views/product/product-added-alert.tsx
Outdated
Show resolved
Hide resolved
Next.js Bundle Analysis (shopify-algolia)📦 Next.js Bundle Analysis for blazity-shopify-algolia-starterThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Co-authored-by: Dawid Dao Xuan <[email protected]>
Co-authored-by: Dawid Dao Xuan <[email protected]>
Co-authored-by: Dawid Dao Xuan <[email protected]>
No description provided.