fixed the racecondition of the composite services renderer

This commit is contained in:
Samuel Andert
2023-07-27 10:51:52 +02:00
parent 460deb3be1
commit e2ea57e89f
4 changed files with 77 additions and 73 deletions

View File

@ -6,7 +6,7 @@
import { createMessage } from '$lib/services/messages/messages';
import { createLitSession } from '$lib/services/createLitSession/createLitSession';
const redirectUri = 'http://localhost:5173/login';
const redirectUri = 'http://localhost:5173/login/';
export let services;

View File

@ -3,6 +3,7 @@
export let store;
let isStoreLoaded = false;
$: console.log('store: ' + JSON.stringify($store));
$: if (services && services.helloEarthAlert) {
// services.helloEarthAlert.alertMe();