Skip to content

Commit 2c20653

Browse files
Merge pull request #482 from kinde-oss/fix/sync-error-heading
Overlong heading update
2 parents 64eac64 + 99f8787 commit 2c20653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/developer-tools/guides/code-sync-errors.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ If an ID is present in your code, this usually means the page failed to compile
4242

4343
Technically the sync was successful but Kinde was unable to find any pages or workflows in your repo. Check your `kindeSrc` file and default exports.
4444

45-
## No matching export in `"kindeKnownPackage:https://cdn.jsdelivr.net/npm/@kinde/infrastructure@latest/+esm" for import <xxxxx>`
45+
## No matching export in
46+
47+
`"kindeKnownPackage:https://cdn.jsdelivr.net/npm/@kinde/infrastructure@latest/+esm" for import <xxxxx>`
4648

4749
Occurs if you are trying to use a method from the Kinde infrastructure package that doesn’t exist. Check your imports.
4850

0 commit comments

Comments
 (0)