Use ErrorBoundary inside a createRoot?
I'm using a pattern where I have a globally accessible resource on a
However the
createRoot:However the
resourceCreator can error out, crashing the entire application with it. Is there a way to handle this inside a createResource?