Replies: 1 comment 1 reply
-
字符串是不能 map 的... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
已写的代码:
chrome浏览器报错:
Uncaught TypeError: list.map is not a function
at children (index.js:139:1)
at Droppable (react-beautiful-dnd.esm.js:8346:1)
at renderWithHooks (react-dom.development.js:16305:1)
at mountIndeterminateComponent (react-dom.development.js:20074:1)
at beginWork (react-dom.development.js:21587:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:4164:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:1)
at invokeGuardedCallback (react-dom.development.js:4277:1)
at beginWork$1 (react-dom.development.js:27451:1)
at performUnitOfWork (react-dom.development.js:26557:1)
请问代码出了什么问题?如何解决?请展示代码举例说明。
Beta Was this translation helpful? Give feedback.
All reactions