@metamask-previews/perps-controller 9.2.1-preview-8b1e39b → 9.2.1-preview-72f0609be
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.
package/dist/PerpsController.cjs
CHANGED
|
@@ -3638,7 +3638,9 @@ async function _PerpsController_performInitialization() {
|
|
|
3638
3638
|
method,
|
|
3639
3639
|
},
|
|
3640
3640
|
stateManager: {
|
|
3641
|
-
update: (updater) =>
|
|
3641
|
+
update: (updater) =>
|
|
3642
|
+
// @ts-expect-error TS2589 - excessively deep instantiation from BaseController generic
|
|
3643
|
+
this.update(updater),
|
|
3642
3644
|
getState: () => __classPrivateFieldGet(this, _PerpsController_instances, "m", _PerpsController_getControllerState).call(this),
|
|
3643
3645
|
},
|
|
3644
3646
|
...additionalContext,
|