-
Notifications
You must be signed in to change notification settings - Fork 60.2k
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
点击左下角的设置出现了这个问题 #140
Comments
TypeError: Cannot read properties of undefined (reading 'toString') |
请提供浏览器版本和操作系统版本,目前仅支持新版本 Chrome、Firefox 和 Safari。 |
浏览器:Chrome 版本 111.0.5563.110(正式版本) (arm64)、Safari |
请提供更详细的报错或截图 |
建议附上控制台报错截图,最好包含 stack trace。 |
mac端的Safari是正常的,ios端的Safari是有报错的 |
455-aec405536590d123.js:9 TypeError: Cannot read properties of undefined (reading 'toString') |
应该是这行导致的问题: https://github.com/Yidadaa/ChatGPT-Next-Web/blob/main/app/components/settings.tsx#L235 往 zustand store 里增加新的字段之后就会出现该问题,临时解决方法
后续完全解决,需要加强 store version number 和 zustand persist merge 函数的使用。 关联 PR: #89 |
请更新后重试下。 |
可以了 |
fix: ChatGPTNextWeb#140 crash while hydrating store from old version
[+] chore(constant.ts): fix LaTex formatting in constant file [+] test(constant.ts): add LaTex examples for research purpose
This reverts commit 991ae81. Reason : it's going bad
Application error: a client-side exception has occurred (see the browser console for more information).
The text was updated successfully, but these errors were encountered: