fix tests.
This commit is contained in:
@@ -443,6 +443,7 @@ export const createLocalMembership$ = ({
|
|||||||
pairwise(),
|
pairwise(),
|
||||||
map(([prev, current]) => prev === true && current === false),
|
map(([prev, current]) => prev === true && current === false),
|
||||||
),
|
),
|
||||||
|
false,
|
||||||
);
|
);
|
||||||
|
|
||||||
// inform the widget about the connect and disconnect intent from the user.
|
// inform the widget about the connect and disconnect intent from the user.
|
||||||
|
|||||||
Reference in New Issue
Block a user