yayza

Results 2 issues of yayza

Since `createSession` always adds the session ID to the user set in redis, shouldn't it also always remove it in `deleteSession`? At the moment deleteSession userId is initialized to null,...

### Describe the bug `{@const}` in child component loses reactivity after navigation when parent uses with await eg. in parent ```ts {@const data = await getPayments(params) JSON.stringify(data.rows)} arg={data} /> ```...