|
|
@@ -502,7 +502,7 @@ export function warnDeprecation(
|
|
|
typeof message === 'function' ? message(...args) : message
|
|
|
}${link ? `\n Details: ${link}` : ``}`
|
|
|
)
|
|
|
- if (!isCompatEnabled(key, instance)) {
|
|
|
+ if (!isCompatEnabled(key, instance, true)) {
|
|
|
console.error(
|
|
|
`^ The above deprecation's compat behavior is disabled and will likely ` +
|
|
|
`lead to runtime errors.`
|