We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PolarisExampleWrapper
1 parent 58066b7 commit 339c5ffCopy full SHA for 339c5ff
polaris.shopify.com/src/components/PolarisExampleWrapper/PolarisExampleWrapper.tsx
@@ -4,7 +4,7 @@ import {ComponentType} from 'react';
4
import styles from './PolarisExampleWrapper.module.scss';
5
6
const stylesheetHref =
7
- 'https://unpkg.com/@shopify/polaris@0.0.0-snapshot-release-20220922222021/build/esm/styles.css';
+ 'https://unpkg.com/@shopify/polaris@latest/build/esm/styles.css';
8
9
export const withPolarisExample = (Component: ComponentType) => {
10
const PolarisHOC = (props: any) => {
0 commit comments