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