@fundamental-ngx/core 0.61.2 → 0.61.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1219,7 +1219,6 @@ class DefaultMenuItem {
1219
1219
 
1220
1220
  const MENU_COMPONENT = new InjectionToken('MenuInterface');
1221
1221
 
1222
- // @ts-expect-error - MenuInterface has InputSignal properties which don't perfectly match MobileMode base
1223
1222
  class MenuMobileComponent extends MobileModeBase {
1224
1223
  /** @hidden */
1225
1224
  set _watch(_dialogBody) {