bug问题

base-node.ts:238 Uncaught TypeError: Cannot read properties of null (reading ‘constructor’)
at Function._findComponent (base-node.ts:238:26)
at Node.getComponent (base-node.ts:797:29)
at _searchComponentsInParent (node-event-processor.ts:282:31)
at node-event-processor.ts:367:28
at Node.walk (base-node.ts:640:17)
at NodeEventProcessor.reattach (node-event-processor.ts:365:19)
at Node._onHierarchyChanged (node.ts:573:29)
at Node.setParent (base-node.ts:456:14)
at Node.setParent (node.ts:547:9)
at Node.addChild (base-node.ts:539:25)
出现如上问题,我该如何更改啊,求大佬帮助,节点跳转太多了,除此之外有别的办法嘛

没搞懂是什么问题,能详细点么

一般这种问题都是调用reading后面方法的那个对象没有找到了。