ladybluenotes
ladybluenotes
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
so this is a createResource issue?
32 replies
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
So I looked into it and I suspect there may be an error with the backend (I can't find anything wrong on the client side at all). The hanging "pending" state kind of signals to me it's probably the backend itself, have you checked out the api itself?
32 replies
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
possible you can make a simplified recreation stackblitz?
32 replies
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
you could maybe use the unresolved state value in that instance
32 replies
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
What kind of behaviour are you looking for? Like if you’re getting a network error, what do you hope to see?
32 replies
SSolidJS
Created by Greenman999 on 12/30/2024 in #support
Error Boundary does not catch errors of the resource
it may be easier to check the state using one of the state values vs wrapping it in an ErrorBoundary - https://docs.solidjs.com/reference/basic-reactivity/create-resource
32 replies
SSolidJS
Created by hcker2000 on 10/3/2024 in #support
Saving data to a store that has a getter?
understandable! it can be daunting. our goal is to have the docs be sufficient for people looking into solid. so if you feel like there’s anything we can do to improve them, feel free to put in some issues. i do worry that this might become a bit much for some of our ecosystem members so if you need some help with parts of this hopping into a voice chat / open sourcing your code may help people find the root of your troubles quicker, just as a suggestion
281 replies
SSolidJS
Created by hcker2000 on 10/3/2024 in #support
Saving data to a store that has a getter?
@hcker2000 - it looks like this thread is pretty massive. are you finding the docs insufficient with what you’re doing?
281 replies
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
wrong link how can you do this to me 😫
11 replies
SSolidJS
Created by ladybluenotes on 10/17/2023 in #support
Using pending & error states with createRouteAction
Oo thank you!
4 replies
SSolidJS
Created by ladybluenotes on 10/17/2023 in #support
Using pending & error states with createRouteAction
They're the tuple for the createRouteAction where doingThisAction is the first value and doThisAction is the second value
4 replies