3.0引入js报错:Failed to read the 'localStorage' property from 'Window'

3.0下引入第三方js库报这个错误:
Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.

同样的js库在2.4.4下不报错的

哪个库,什么时候报的错,在浏览器上预览吗?

goeasy.js,在3.0编辑器中报错

[Scene] Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
我也遇到同样的问题。

[Scene] Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.

这个报错问题解决了吗?现在组件用到localStorage的话就使用不了

在新版的cocos下可以正常使用了了,你升级到最新的cocos试下

好的谢谢。。