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.
1 parent 7f809e4 commit 234a3d7Copy full SHA for 234a3d7
src/content/docs/developer-tools/guides/code-sync-errors.mdx
@@ -42,7 +42,7 @@ If you do have an ID set in your code this indicates that the page could not com
42
43
Technically the sync was successful but Kinde was unable to find any pages or workflows in your repo. Check you `kindeSrc` file and default exports.
44
45
-## No matching export in "kindeKnownPackage: https://cdn.jsdelivr.net/npm/@kinde/infrastructure@latest/+esm" for import <xxxxx>
+## No matching export in `"kindeKnownPackage:https://cdn.jsdelivr.net/npm/@kinde/infrastructure@latest/+esm" for import <xxxxx>`
46
47
Occurs if you are trying to use a method from the Kinde infrastructure package that doesn’t exist. Check your imports.
48
0 commit comments