Possible Bug
Solid APIsomeQuery() throws, then it produces an error that isn't caught by the ErrorBoundary. This isn't a problem if i make derived a simple derived signal (i.e., derived = () => someFunc(result())). Is this a bug? Is there a better way to do this? I don't have much experience with reactive libraries so I'm not sure what to expect here. Thanks in advance