mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-25 17:49:24 +08:00
fix: update cookies() usage for Next.js 15 compatibility
- Make getLocaleOnServer async and await cookies() - Update LocaleLayout to be async component - Fix react-tooltip compatibility with React 19 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-markdown": "^8.0.6",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"react-tooltip": "~5.8.3",
|
||||
"react-tooltip": "~5.29.1",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-breaks": "^4.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user