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
An invalid "item" prop has been specified. Value should be a React component. "undefined" was specified.
Call Stack
validateListProps
node_modules/@tarojs/components-advanced/dist/components/virtual-list/react/validate.js:50:19
getDerivedStateFromProps
node_modules/@tarojs/components-advanced/dist/components/virtual-list/react/list.js:37:79
applyDerivedStateFromProps
node_modules/react-dom/cjs/react-dom.development.js:17876:22
mountClassInstance
node_modules/react-dom/cjs/react-dom.development.js:18364:5
updateClassComponent
node_modules/react-dom/cjs/react-dom.development.js:19713:5
beginWork
node_modules/react-dom/cjs/react-dom.development.js:21645:16
HTMLUnknownElement.callCallback
node_modules/react-dom/cjs/react-dom.development.js:4164:14
Object.invokeGuardedCallbackDev
node_modules/react-dom/cjs/react-dom.development.js:4213:16
invokeGuardedCallback
node_modules/react-dom/cjs/react-dom.development.js:4277:31
beginWork$1
node_modules/react-dom/cjs/react-dom.development.js:27485:7
相关平台
H5
浏览器版本: chrome 126.0.6478.126
使用框架: React
复现步骤
But use jsx with
DefItem
works fine.期望结果
same as the doc https://docs.taro.zone/docs/next/virtual-list/
实际结果
can not recognize
item
prop环境信息
补充信息
I wanna build a dynamic dom structure without jsx sometime
The text was updated successfully, but these errors were encountered: