I have tried to fix the suspense issue since morning but can't.
The problem is that without wrapping Suspense by ClientOnly component loading fallback not working. If I wrap the Suspense with ClientOnly then it works fine. But I need the SSR feature.
I attached my project configuration file.
Can anybody help me to fix the problem?