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
It was introduced by @nksaraf originally, as far as I can see.
I can provide the patch, but want to discuss what is the ultimate desired behaviour here. I suggest to maintain whatever is currently stored there and append start:*. I'm not sure what was the intention of using import.meta.env.DEBUG and if it needs to be supported.
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered:
I probably added that for the use case you are describing where people would want to override.. but you can remove it. its easier to let user add their own thing and us appending to it.
indeyets
added a commit
to indeyets/solid-start
that referenced
this issue
Oct 10, 2023
Duplicates
Latest version
Current behavior 😯
In dev-mode,
localStorage.debug
is overwritten with'start*'
stringExpected behavior 🤔
existing value of this variable is kept, but
'start*'
is appended to it, when necessarySteps to reproduce 🕹
Steps:
localStorage.debug
to some value. for exampletest:*
localStorage.debug
Context 🔦
This variable is used by debug() package.
Here's the relevant code: https://github.com/solidjs/solid-start/blob/main/packages/start/entry-client/mount.tsx#L13-L14
It was introduced by @nksaraf originally, as far as I can see.
I can provide the patch, but want to discuss what is the ultimate desired behaviour here. I suggest to maintain whatever is currently stored there and append
start:*
. I'm not sure what was the intention of usingimport.meta.env.DEBUG
and if it needs to be supported.Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: