throws in loader causes errors in console even if there is an error component
I started this conversation in the query section, but it looks like it's more of a router question so I'm moving it here
https://discord.com/channels/719702312431386674/1313646077219704935
I throw an exception in the loader (query does on error), but I can't stop the loader from writing the error message into the console. Even if the errorComponent on the root route is picking up the error and reacting to it
Am I approaching this wrong?
I've simplified my route code to remove any usage of query
and the __root route
0 Replies