Suspense fallback is not showing in NextJS 13
I am building an application to showcase the usage of the Suspense in Nextjs 13. But the Suspense fallback is not showing while loading.
Here is the page.js
import React, { Suspense } from "re...
https://stackoverflow.com/questions/75947098/suspense-fallback-is-not-showing-in-nextjs-13