@fundamental-ngx/core 0.62.0-rc.44 → 0.62.0-rc.46

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.
@@ -1214,7 +1214,6 @@ class DefaultMenuItem {
1214
1214
 
1215
1215
  const MENU_COMPONENT = new InjectionToken('MenuInterface');
1216
1216
 
1217
- // @ts-expect-error - MenuInterface has InputSignal properties which don't perfectly match MobileMode base
1218
1217
  class MenuMobileComponent extends MobileModeBase {
1219
1218
  /** @hidden */
1220
1219
  set _watch(_dialogBody) {