A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition. || Ui responder error || A component suspended while responding to synchronous input || Error: A React component suspended while rendering, but no fallback UI was specified || Element type is invalid. Received a promise that resolves to: undefined. Lazy element type must resolve to a class or function. || lazy loading error || lazy loading solution || how to add routes with lazy loading || Suspended while rendering, but no fallback UI was specified when I used useLoader from react-three-fiber || Loading States with Suspense || Loading States with Suspense || adding a parent Suspense fixed it for me. || [SOLVED]-A REACT COMPONENT SUSPENDED WHILE RENDERING, BUT NO FALLBACK UI WAS SPECIFIED-REACTJS
#SuspenseLoadingError
#LoadingStatesWithSuspense
#lazyLoading
#AComponentSuspendedWhileRespondingToSynchronousInput
#AReactComponentSuspendedWhileRenderingButNoFallbackUIWas specified