fabiospampinato
fabiospampinato
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
worth checking now if a sibling memo is skipped too
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
It's better to try it with a sibling effect because the deeper effect could be under a root, under a separate owner, who knows
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
bug in Solid then I guess
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
that's very weird
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
the last 2 are on the same level in theory, I don't know why they are rendered like that
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
- some parent - some component - failing onMount - sibling memo
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
for suspense I guess maybe you can check if a sibling memo is instead always called
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
for the clenaup case you can check if a cleanup there is instead always called
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
What comes to mind is that either it's getting disposed, or it's getting suspended, or something weird is happening like throwing inside a cleanup handler or something
130 replies