Brendonovich
Explore posts from serversuseParams not updating with urql's createQuery
This will depend on how urql’s solid lib works, but you need to pass the value in a reactive manner, arm you’re just passing in the value at the time of execution. Try making the id field a getter
19 replies
Error Boundary does not catch errors of the resource
so it seems that .state, ,loading, .error appear in the view in the state they were when the resource was read.i don't think this is the case, they appear according to whatever the current value is, but when you do
users()
on its own i think any error will flow through to the root-level owner and essentially break all reactivity, stopping them from updating 😅32 replies
crazy bug global store + solid router
@ryansolid would you be able to check this one out in january? i'm running into it once again porting tanstack router to solid, this time it's surfacing as accessing the value in a
Show
callback is throwing stale read errors, even though the when
condition is valid, so the internal createMemo
must be returning undefined
10 replies
Different server context when using "use server"?
This is just a behaviour of start/vinxi at the moment, I think server functions and api routes use separate builds so they can’t really have shared state like that. There’s an issue open about it somewhere
5 replies