Skip to content

ProductCard.jsx is using deprecated Card and TextContainer. #368

@AAlvarez90

Description

@AAlvarez90

The Card and TextContainer are deprecated.

In the ProductCard.jsx replace this:
import { Card, TextContainer, Text } from "@shopify/polaris";

with this:
import { AlphaCard, VerticalStack, Text } from "@shopify/polaris";

then find and replace its usage in the file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions