You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it sets/assigns this userId string into the session data object by some method, which "spreads" it into the object. Probably something like Object.assign(session.data, userId);.
Expected behavior 🤔
Should not create this kind of object.
Steps to reproduce 🕹
Steps:
Install a solidstart template app
log in
do a console.log()
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Current behavior 😯
Using a solid-start app, template app which has sessions enabled, after logging in and doing console.log(session), I get this:
So it sets/assigns this userId string into the session data object by some method, which "spreads" it into the object. Probably something like
Object.assign(session.data, userId);
.Expected behavior 🤔
Should not create this kind of object.
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: