We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9cf4 commit edc11c3Copy full SHA for edc11c3
packages/composable-controller/src/ComposableController.ts
@@ -19,7 +19,7 @@ export const INVALID_CONTROLLER_ERROR =
19
'Invalid controller: controller must have a `messagingSystem` or be a class inheriting from `BaseControllerV1`.';
20
21
/**
22
- * A universal supertype for the `BaseControllerV1` state object.
+ * A universal supertype for the `BaseControllerV1` config object.
23
*/
24
type ConfigConstraintV1 = BaseConfig & object;
25
0 commit comments