Where does <ErrorBoundary/> catch errors?
The docs example shows an error being caught at component creation which makes sense, but what about
* createEffect() calls
* onMount()/createRenderEffect()
* JSX expressions
* event handlers
The react answer I think is that it wouldn't catch any of these cases, which seems less useful when the solid signal chains are doing all the computation
* createEffect() calls
* onMount()/createRenderEffect()
* JSX expressions
* event handlers
The react answer I think is that it wouldn't catch any of these cases, which seems less useful when the solid signal chains are doing all the computation
