ErrorBoundary doesn't catch errors from createMemo
I have some code that looks like this:
If
If
someQuery() 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
Possible Bug
Solid API