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 701ecb7 commit e0cd62eCopy full SHA for e0cd62e
libs/state/src/core/user-state.ts
@@ -17,6 +17,10 @@ export interface UserState<T> {
17
18
export const activeMarker: unique symbol = Symbol("active");
19
20
+/**
21
+ * @deprecated ActiveUserState is deprecated. Use SingleUserState instead.
22
+ * See https://github.com/bitwarden/clients/tree/main/libs/state#should-i-use-activeuserstate
23
+ */
24
export interface ActiveUserState<T> extends UserState<T> {
25
readonly [activeMarker]: true;
26
0 commit comments