I am trying to use the new React Lazy and Suspense to create a fallback loading component. This works great, but the fallback is showing only a few ms. Is there a way to add
I faced similar problem moreover I was using TypeScript along with React.
So, I had to respect typescript compiler as well & I went ahead with an approach having an infinite delay along with no complain from typescript as well.
Promise that never resolved