DEV: Unsilence link-to deprecation for ember-cli build (#25197)

This commit is contained in:
David Taylor 2024-01-10 11:01:57 +00:00 committed by GitHub
parent 992211350a
commit 627415eb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
const SILENCED_WARN_PREFIXES = [
"Setting the `jquery-integration` optional feature flag",
"DEPRECATION: Invoking the `<LinkTo>` component with positional arguments is deprecated",
];
class DeprecationSilencer {