Skip to content

error - bool is not defined #5

@oreporan

Description

@oreporan
Uncaught ReferenceError: bool is not defined
    at Object../src/components/Batch/index.js (universalModuleDefinition?2436:1)
    at d (universalModuleDefinition?2436:1)
    at Object.2 (universalModuleDefinition?2436:1)
    at d (universalModuleDefinition?2436:1)
    at ./src/components/Batch/index.js (universalModuleDefinition?2436:1)
    at eval (universalModuleDefinition?2436:1)
    at eval (universalModuleDefinition?2436:1)
    at eval (universalModuleDefinition?2436:1)
    at Object.../../node_modules/react-batch/lib/Batch.js (main.js:17955)
    at __webpack_require__ (main.js:773)

code:

import Batch from 'react-batch';


  <Batch
      flushCount={10}
      debug={false}
      flushInterval={150}
      count={this.props.items.length}
      render={() => buildConversationItems({
        ...this.props
    })}
       />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions