Nested ErrorBoundary not used
Heya, I'm trying to wrap my head around handling errors with createResource and SolidJS router...
The issue iss that I have two ErrorBoundaries and only the higher one catch the error instead of the one close to the function emitting the error.
So I have the following configuration:
App (Containing the Higher ErrorBoundary)
MainLayout (containing the nested ErrorBoundary)
useFindAllProject (The source of the error for example a 404 not found Error)
The issue iss that I have two ErrorBoundaries and only the higher one catch the error instead of the one close to the function emitting the error.
So I have the following configuration:
App (Containing the Higher ErrorBoundary)
MainLayout (containing the nested ErrorBoundary)
useFindAllProject (The source of the error for example a 404 not found Error)
