gameSubContextThirdScriptError h is not a constructor问题?

有人遇到这个问题吗?微信小程序 主域关联子域数据之后,微信工具(v1.02.1809260)打开项目 提示的问题。
请教各位大佬,是版本的问题吗?

gameSubContextThirdScriptError
h is not a constructor;at setTimeout callback function
TypeError: h is not a constructor
at Object._createGraphics (http://127.0.0.1:48970/game/SubGame/cocos2d-js-min.js:1865:45)
at Object.onLoad (

遇到同样的问题 你解决了么

你这是graphics组件没有启用,你是不是用mask了,

我换回1.9版本的 就没事了,不过这个问题论坛里有人解决了,据说主要就是Graphics组件在打包时没有自动勾选上