automaticallyManagesSubnodes leads to subnode not call didEnterPreloadState
Please see demo project: https://github.com/junjielu/InterfaceStateTest
The cell nodes interface state is just as image below:

In the demo, we use automaticallyManagesSubnodes to manage subnode.
After load, We can check the logs that the first cell node called didEnterVisibleState, the second called didEnterDisplayState and the third called didEnterPreloadState.
However, as subnode of the third cell node, the RGTextNode not call didEnterPreloadState, which seems really weird.And if I manually insert text node as subnode in cell node, the text node will call didEnterPreloadState.
Need help for this issue~ @nguyenhuy @appleguy
Need help~
I have the same issue... sometimes didEnterPreloadState isn't called
??
I have the same problem if the data source has only one item
I have the same problem if the data source has only one item
I do think this is a INACTIVE project, need workaround.