We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5896fab commit 61f67c1Copy full SHA for 61f67c1
polaris-react/src/components/SkeletonPage/SkeletonPage.tsx
@@ -35,7 +35,7 @@ export function SkeletonPage({
35
useEffect(() => {
36
// performance mark on skeleton unmount to help with page load tracking
37
return () => {
38
- const mark = performance?.mark?.('polaris:page_skeleton:unmount');
+ performance?.mark?.('polaris:page_skeleton:unmount');
39
};
40
}, []);
41
0 commit comments