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
UnhandledPromiseRejectionWarning: ReferenceError: Storage is not defined #242
Comments
这个应该是因为用了react的新版本 |
@jeremy0519 @lovepoem 这个问题应该是Valine最新版中的Bug,我正在排查,将于近期更新。感谢反馈。 |
那什么版本不会出现这个问题? |
@jeremy0519 请尝试下v1.3.9或者更低版本 |
@xCss v1.3.9还是不行 |
@jeremy0519 请尝试下这个版本 // leancloud-storage 已经打包进了Valine.min.js
import Valine from '/path/Valine.min.js' 使用中有什么问题请随时反馈,感谢~ |
@xCss 我没有用 |
docsite新版本是不是已经解决了这个问题? |
@jeremy0519 请尝试下v1.4.0版本 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest version of valine and i install it by npm.
I have already insert the code:
import Valine from 'valine';
window.AV = require('leancloud-storage');
The text was updated successfully, but these errors were encountered: