fix tests.

This commit is contained in:
Timo K
2025-12-10 19:12:52 +01:00
parent 6efce232f8
commit 1941fc9ca1

View File

@@ -443,6 +443,7 @@ export const createLocalMembership$ = ({
pairwise(),
map(([prev, current]) => prev === true && current === false),
),
false,
);
// inform the widget about the connect and disconnect intent from the user.