chiefcll
chiefcll
SSolidJS
Created by chiefcll on 9/23/2024 in #support
createResource with a nested source signal doesn't retrigger
Yea I've got a bunch of logging. I see there are 60 observers (which seems right) - And I see the setStartTime triggering with different values - and I have a console.log inside the source for createResource and that is never called again (after the first time)
7 replies
SSolidJS
Created by chiefcll on 9/23/2024 in #support
createResource with a nested source signal doesn't retrigger
Definitely a new value - I'll keep digging and see if I can setup a playground
7 replies
SSolidJS
Created by chiefcll on 9/23/2024 in #support
createResource with a nested source signal doesn't retrigger
PS - there is nothing async happening - I checked and getOwner does have a value... Even tried using on rather than arrow function
7 replies
SSolidJS
Created by chiefcll on 8/13/2024 in #support
Solid Router - Lazy import section of site in one bundle / lazy add routes
Where FTI would have additional sub routes and pages.... <Route path={'/language-select'} component={SelectLanguagePage} /> <Route path={'/select-setup'} component={SelectSetupPage} />
5 replies
SSolidJS
Created by chiefcll on 9/5/2023 in #support
Solid Router with useParams, createResource and two params
Thanks - that does work and is a bit cleaner
4 replies
SSolidJS
Created by chiefcll on 9/5/2023 in #support
Solid Router with useParams, createResource and two params
I'll try using spread, but I thought that would be like destructing it and might not cause a read.
4 replies