The problem of using recycle-list in weex

weex"s SDK is v0.18 +, weex-loader is v0.7.2 +
and then when using recycle-list, an error is reported as follows:
[Native Error] No template fount for component: (null)
looks like this component is not in the right format.
< cell-slot: key= "I" >
< text style= "color: white": value= "I" > textaaaa < / text >
< / cell-slot >
text is displayed, that is, an error is reported, and then the bound data is less than

.
Mar.16,2021

css style actually exists, that is, the data is not bound. I copy the official demo code and do not show the bound data, but the official demo, is normal when I scan the code.

Menu