SolidJSS
SolidJSโ€ข3y agoโ€ข
39 replies
nikiv.dev

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 <Show when={!user.user.wikiFolderPath || user.user.showSettings}> this condition does not retrigger

I change the value of showSettings 100%
image.png
image.png
GitHub
Organize world's knowledge, explore connections and curate learning paths - learn-anything/learn-anything
learn-anything/app/packages/electron-web/src/GlobalContext/user.ts ...
GitHub
Organize world's knowledge, explore connections and curate learning paths - learn-anything/learn-anything
learn-anything/app/packages/electron-web/src/App.tsx at main ยท lear...
Was this page helpful?