Skip to content

Commit 00abd29

Browse files
authored
Merge pull request #3493 from Shopify/njo/2025-04/reword-troubleshooting-doc
Update troubleshooting doc for clarity
2 parents d94b924 + 876facd commit 00abd29

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/troubleshooting.doc.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Android devices can have a restriction on how deep links are handled. To resolve
6565
},
6666
{
6767
type: 'Generic',
68-
anchorLink: `could-not-resolve`,
69-
title: 'Could not resolve...',
68+
anchorLink: `package-resolution-failed`,
69+
title: 'Package resolution failed',
7070
codeblock: {
7171
title: 'Example',
7272
tabs: [
7373
{
74-
code: `${examplePath}/could-not-resolve.txt`,
74+
code: `${examplePath}/package-resolution-failed.txt`,
7575
language: 'text',
7676
},
7777
],
@@ -84,13 +84,13 @@ This error is most likely from missing a dependency in package.json in the app r
8484
},
8585
{
8686
type: 'Generic',
87-
anchorLink: 'cannot-be-used-as-jsx',
88-
title: '... cannot be used as a JSX component',
87+
anchorLink: 'invalid-jsx-component-type',
88+
title: 'Invalid JSX component type',
8989
codeblock: {
9090
title: 'Example',
9191
tabs: [
9292
{
93-
code: `${examplePath}/cannot-be-used-as-jsx.txt`,
93+
code: `${examplePath}/invalid-jsx-component-type.txt`,
9494
language: 'text',
9595
},
9696
],

0 commit comments

Comments
 (0)