开发者工具中每次编译都提示以下错误,但我在代码中并没有调用类似的方法。。。
[渲染层错误] TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
[渲染层错误] webviewScriptError
Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
[渲染层错误] Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
你好,哪个版本的工具呢,提供下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
project.config.json文件下 useMultiFrameRuntime改成false就可以了