-
Notifications
You must be signed in to change notification settings - Fork 4k
chore: update dependencies and remove Suspense on ISR requests #3852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Bump React and React-DOM versions to 19.0.1 in package.json. - Update @opennextjs/cloudflare to version 1.14.4 in packages/gitbook/package.json. - Update Next.js version to 15.4.8 in packages/gitbook/package.json. - Modify SitePage and EmbeddableDocsPage components to accept an `isSSR` prop for better server-side rendering handling. - Introduce OptionalSuspense component to conditionally wrap children in a Suspense boundary based on SSR status, improving UX for ISR pages. - Adjust page components to utilize the new `isSSR` prop for consistent rendering behavior.
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
isSSRprop for better server-side rendering handling.isSSRprop for consistent rendering behavior.