Replies: 1 comment 3 replies
-
Wrap it with PolarisProvider as such - this will provide context for the root of the polaris components within the modal import { AppProvider as PolarisAppProvider } from '@shopify/polaris';
<PolarisAppProvider i18n={{}}>
<Content />
</PolarisAppProvider> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, has anyone tried using a Filters inside a Modal component?
I attempted it, but I encountered some issues. Did I do something wrong?
// Check my examp code.
// Check my image issue.

Beta Was this translation helpful? Give feedback.
All reactions