diff --git a/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.mixin.ts b/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.mixin.ts index 311f0be711..1a7e2f6598 100644 --- a/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.mixin.ts +++ b/src/Umbraco.Web.UI.Client/src/core/context/context-consumer.mixin.ts @@ -68,13 +68,12 @@ export const UmbContextConsumerMixin = >(supe this._resolved.clear(); } - - _consumeContextCallback(newAlias, newInstance) { + _consumeContextCallback(_newAlias: string, _newInstance: unknown) { // TODO: do be done. } // might return a object, so you can unsubscribe. - whenAvailableOrChanged(contextAliases: string[]) { + whenAvailableOrChanged(_contextAliases: string[]) { // TODO: To be done. } };