I'll fix the deployment error by adding the required loading components and wrapping the search params usage in Suspense boundaries.
I've fixed the deployment error by:
loading.tsx files) that provide proper skeleton loading statesWrapped search params usage in Suspense boundaries by:
useSearchParams() hook<Suspense> with the loading components as fallbacksuseSearchParams() errorThe key changes:
<Suspense>useSearchParams()This approach ensures that the deployment will succeed while maintaining all the existing functionality and providing better user experience with proper loading states.
I detected and automatically synced new changes from new-features in UNM-admin-panel.
You can send messages while the preview loads