Skip to content

Commit cea5649

Browse files
log race state
1 parent 5526259 commit cea5649

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bookmarks/soukai/demo/src/components/Bookmarks.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ const Bookmarks: FC = () => {
2929

3030
useEffect(() => {
3131
(async () => {
32+
console.log('bookmarks usuable yet?');
3233
if (!userSession) return;
34+
console.log('yes!');
3335
const factory = await BookmarkFactory.getInstance(
3436
{
3537
webId: userSession?.info.webId ?? "",

0 commit comments

Comments
 (0)