fixed the racecondition of the composite services renderer
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
export let store;
|
||||
|
||||
let isStoreLoaded = false;
|
||||
$: console.log('store: ' + JSON.stringify($store));
|
||||
|
||||
$: if (services && services.helloEarthAlert) {
|
||||
// services.helloEarthAlert.alertMe();
|
||||
|
Reference in New Issue
Block a user