diff --git a/packages/supi/src/getContext/checkCompatibility/index.ts b/packages/supi/src/getContext/checkCompatibility/index.ts index 80bee96a90..52aa22da25 100644 --- a/packages/supi/src/getContext/checkCompatibility/index.ts +++ b/packages/supi/src/getContext/checkCompatibility/index.ts @@ -23,9 +23,7 @@ export default function checkCompatibility ( } if (!modules.layoutVersion || modules.layoutVersion !== LAYOUT_VERSION) { throw new ModulesBreakingChangeError({ - additionalInformation: 'The change was needed to make `independent-leafs` not the default installation layout', modulesPath: opts.modulesPath, - relatedIssue: 821, }) } }