Any tip/checklist to debug Solid components when it refuses to react the signal changed? #2336
-
So basically this is a Tauri 2 + Bun + Vite + SolidJs project (it meant for testing Tauri 2 and practice on SolidJs). Everything seems to work ok with simple case but soon I got myself in a situation where a solid component didn't get rendered when the signal value changed. So far I have done these things but it doesn't tell me anything much:
I'm still learn Solid so there are many things I didn't know much. Is there any debug checklist I should check for this case? Maybe if you can look at the code of mine and give me a few pieces of thought please? (all the solid frontend code is in Thanks in advanced |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solutions: https://discord.com/channels/722131463138705510/1297035304829587456
Further reference: solid/packages/solid/src/render/flow.ts Lines 101 to 142 in bb6ce8b |
Beta Was this translation helpful? Give feedback.
Solutions: https://discord.com/channels/722131463138705510/1297035304829587456