Skip to content

I'm getting Maximum update depth exceeded when i'm using 100k in columns and rows in dynamic example #43

@estebansolisd

Description

@estebansolisd
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
▶ 4 stack frames were collapsed.
ref
/src/index.js:194:36
  191 | key={virtualColumn.index}
  192 | ref={el => {
  193 |   virtualRow.measureRef(el);
> 194 |   virtualColumn.measureRef(el);
      |                ^
  195 | }}
  196 | className={
  197 |   virtualColumn.index % 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions