store values do not update
have this store: https://github.com/learn-anything/learn-anything/blob/main/app/packages/electron-web/src/GlobalContext/user.ts
and this main component that first loads
https://github.com/learn-anything/learn-anything/blob/main/app/packages/electron-web/src/App.tsx
for some reason when I set the value of showSettings, the solid code does not rerun
specifically
I change the value of
and this main component that first loads
https://github.com/learn-anything/learn-anything/blob/main/app/packages/electron-web/src/App.tsx
for some reason when I set the value of showSettings, the solid code does not rerun
specifically
<Show when={!user.user.wikiFolderPath || user.user.showSettings}> this condition does not retriggerI change the value of
showSettings 100%

GitHub
Organize world's knowledge, explore connections and curate learning paths - learn-anything/learn-anything
GitHub
Organize world's knowledge, explore connections and curate learning paths - learn-anything/learn-anything
