kareemaly/react-items-carousel

Invalid prop `children` of type `object`

Closed this issue · 2 comments

Warning: Failed prop type: Invalid prop children of type object supplied to index.js:1 t, expected an array.
in t

  console. @ index.js:1
  printWarning @ checkPropTypes.js:20
  checkPropTypes @ checkPropTypes.js:82
  validatePropTypes @ react.development.js:1666
  createElementWithValidation @ react.development.js:1755
  value @ react-items-carousel.js:1
  finishClassComponent @ react-dom.development.js:17160
  updateClassComponent @ react-dom.development.js:17110
  beginWork @ react-dom.development.js:18620
  beginWork$1 @ react-dom.development.js:23179
  performUnitOfWork @ react-dom.development.js:22154
  workLoopSync @ react-dom.development.js:22130
  performSyncWorkOnRoot @ react-dom.development.js:21756
  scheduleUpdateOnFiber @ react-dom.development.js:21188
  updateContainer @ react-dom.development.js:24373
  (anonymous) @ react-dom.development.js:24758
  unbatchedUpdates @ react-dom.development.js:21903
  legacyRenderSubtreeIntoContainer @ react-dom.development.js:24757
  render @ react-dom.development.js:24840
  ./src/index.js @ index.js:6
  webpack_require @ bootstrap:784
  fn @ bootstrap:150
  1 @ theme.js:1
  webpack_require @ bootstrap:784
  checkDeferredModules @ bootstrap:45
  webpackJsonpCallback @ bootstrap:32
  (anonymous) @ main.chunk.js:1
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Not sure if would be the same situation, but I had this error when I print the children into <ItemsCarousel> 1 by one, I've solved creating a function which save the children in one array, and once the array is completed, return the content at the same time into <ItemsCarousel>