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 e6db302 commit 23b5764Copy full SHA for 23b5764
src/mdx.ts
@@ -536,7 +536,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
536
// If a new component that injects content from the registry is introduced, it should be added to the patterns below.
537
const skipCache =
538
source.includes('@inject') ||
539
- source.includes('<PlatformSDKPackage') ||
+ source.includes('<PlatformSDKPackageName') ||
540
source.includes('<LambdaLayerDetail');
541
542
if (process.env.CI) {
0 commit comments