You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PreviewInEditor] Cannot read property 'length' of null
TypeError: Cannot read property 'length' of null
at Node._updateSiblingIndex (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:45101:46)
at eval (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:97958:18)
at Map.forEach (<anonymous>)
at _sortSiblings (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:97956:45)
at Director.emit (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:137495:19)
at Director.tick (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:17660:20)
at Game._updateCallback (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:19321:22)
at updateCallback (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:78612:20)
at sentryWrapped (C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\node_modules\src\helpers.ts:100:17)
Cocos Creator version
3.8.4
System information
Windows 10 Editor
Issue description
在EditBox组件所在节点的
editing-did-ended
事件中摧毁其间接父节点(爷节点)时,产生错误,似乎是一个引擎内部错误。非必现,但重现概率较高,原因不明。
Relevant error log output
Steps to reproduce
NodeControl
,写入如下代码:NodeControl
组件到节点A上。editBox
属性。Minimal reproduction project
editbox-bug.zip
The text was updated successfully, but these errors were encountered: