anthy
resource.error works unexpectedly
In my use case I would rather avoid using the error boundary because my layout looks something like this:
I want those two divs to be always rendered. If I were to wrap that component in an error boundary it would replace it alltogether
9 replies
Initial search params
In the worst case scenario I could modify your suggestion to do what I want now that I think about it. I could probably create a separate signal something like
areParamsReady
and guard against that. Doesn't seem like the cleanest solution in the world tho heh6 replies
Retrigger fetcher in createResource on store change
For the context I'm simulating query params as an in memory Solid store and want to refetch data on their change. Thats why I'd like to pass the store as the signal. Conveniently it also becomes the fetcher argument
6 replies