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 9acc9a1 commit 2b5a559Copy full SHA for 2b5a559
packages/runtime-core/src/compat/compatConfig.ts
@@ -502,7 +502,7 @@ export function warnDeprecation(
502
typeof message === 'function' ? message(...args) : message
503
}${link ? `\n Details: ${link}` : ``}`
504
)
505
- if (!isCompatEnabled(key, instance)) {
+ if (!isCompatEnabled(key, instance, true)) {
506
console.error(
507
`^ The above deprecation's compat behavior is disabled and will likely ` +
508
`lead to runtime errors.`
0 commit comments