-
Notifications
You must be signed in to change notification settings - Fork 246
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
Upgrade demo and packages to support 3.7.0 #1064
Conversation
Size Change: +46.6 kB (+2.3%) Total Size: 2.07 MB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit c533b82): https://docusaurus-openapi-36b86--pr1064-lamwmdyq.web.app (expires Thu, 13 Feb 2025 22:51:26 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: bf293780ee827f578864d92193b8c2866acd459f |
"clsx": "^1.1.1", | ||
"docusaurus-plugin-openapi-docs": "^4.3.1", | ||
"docusaurus-theme-openapi-docs": "^4.3.1", | ||
"prism-react-renderer": "^2.3.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "^19.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgraded to React 19 which is required by 3.7.0
<LazyComponent {...props} /> | ||
</Suspense> | ||
); | ||
return <ParamsDetailsComponent {...props} />; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed use of Suspense
for handling lazy loading of component...now relying strictly on BrowserOnly
.
Description
Upgrades demo and supporting packages to support Docusaurus 3.7.0. Changes should be backward compatible with previous supported releases.