@metamask-previews/perps-controller 9.2.1-preview-72f0609be → 9.2.1-preview-275c14221

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.
@@ -3638,9 +3638,7 @@ async function _PerpsController_performInitialization() {
3638
3638
  method,
3639
3639
  },
3640
3640
  stateManager: {
3641
- update: (updater) =>
3642
- // @ts-expect-error TS2589 - excessively deep instantiation from BaseController generic
3643
- this.update(updater),
3641
+ update: (updater) => this.update(updater),
3644
3642
  getState: () => __classPrivateFieldGet(this, _PerpsController_instances, "m", _PerpsController_getControllerState).call(this),
3645
3643
  },
3646
3644
  ...additionalContext,